Harrison/scene xplain (#7228)

Co-authored-by: Kevin Pham <37129444+deoxykev@users.noreply.github.com>
pull/7240/head
Harrison Chase 1 year ago committed by GitHub
parent d6541da161
commit 0dc700eebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,9 +24,7 @@ class SceneXplainAPIWrapper(BaseSettings, BaseModel):
"""
scenex_api_key: str = Field(..., env="SCENEX_API_KEY")
scenex_api_url: str = (
"https://us-central1-causal-diffusion.cloudfunctions.net/describe"
)
scenex_api_url: str = "https://api.scenex.jina.ai/v1/describe"
def _describe_image(self, image: str) -> str:
headers = {

Loading…
Cancel
Save