mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 14:03:26 +00:00
@@ -390,7 +390,7 @@ class OpenAIEmbeddings(BaseModel, Embeddings):
|
||||
openai.proxy = {
|
||||
"http": self.openai_proxy,
|
||||
"https": self.openai_proxy,
|
||||
} # type: ignore[assignment] # noqa: E501
|
||||
} # type: ignore[assignment]
|
||||
return openai_args
|
||||
|
||||
# please refer to
|
||||
|
Reference in New Issue
Block a user