mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 15:00:23 +00:00
openai[patch]: update snapshots (#26098)
This commit is contained in:
@@ -45,13 +45,6 @@
|
|||||||
'AzureChatOpenAI',
|
'AzureChatOpenAI',
|
||||||
]),
|
]),
|
||||||
'kwargs': dict({
|
'kwargs': dict({
|
||||||
'azure_ad_token': dict({
|
|
||||||
'id': list([
|
|
||||||
'AZURE_OPENAI_AD_TOKEN',
|
|
||||||
]),
|
|
||||||
'lc': 1,
|
|
||||||
'type': 'secret',
|
|
||||||
}),
|
|
||||||
'azure_endpoint': 'https://test.azure.com',
|
'azure_endpoint': 'https://test.azure.com',
|
||||||
'deployment_name': 'test',
|
'deployment_name': 'test',
|
||||||
'max_retries': 2,
|
'max_retries': 2,
|
||||||
|
@@ -56,7 +56,6 @@
|
|||||||
'lc': 1,
|
'lc': 1,
|
||||||
'type': 'secret',
|
'type': 'secret',
|
||||||
}),
|
}),
|
||||||
'openai_proxy': '',
|
|
||||||
'request_timeout': 60.0,
|
'request_timeout': 60.0,
|
||||||
'stop': list([
|
'stop': list([
|
||||||
]),
|
]),
|
||||||
|
Reference in New Issue
Block a user