mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
integrations[patch]: remove non-required chat param defaults (#26730)
anthropic: - max_retries openai: - n - temperature - max_retries fireworks - temperature groq - n - max_retries - temperature mistral - max_retries - timeout - max_concurrent_requests - temperature - top_p - safe_mode --------- Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
]),
|
||||
'kwargs': dict({
|
||||
'endpoint': 'boo',
|
||||
'max_concurrent_requests': 64,
|
||||
'max_retries': 2,
|
||||
'max_tokens': 100,
|
||||
'mistral_api_key': dict({
|
||||
@@ -22,7 +21,6 @@
|
||||
'model': 'mistral-small',
|
||||
'temperature': 0.0,
|
||||
'timeout': 60,
|
||||
'top_p': 1,
|
||||
}),
|
||||
'lc': 1,
|
||||
'name': 'ChatMistralAI',
|
||||
|
||||
Reference in New Issue
Block a user