Skip to content

Commit

Permalink
Harrison/scene xplain (langchain-ai#7228)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Pham <37129444+deoxykev@users.noreply.github.com>
  • Loading branch information
hwchase17 and deoxykev authored Jul 5, 2023
1 parent d6541da commit 0dc700e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions langchain/utilities/scenexplain.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 0dc700e

Please sign in to comment.