mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-14 22:27:16 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -99,7 +99,7 @@ def test_max_completion_tokens_in_payload() -> None:
|
||||
"messages": [{"content": "Hello", "role": "user"}],
|
||||
"model": None,
|
||||
"stream": False,
|
||||
"max_completion_tokens": 300,
|
||||
"max_tokens": 300,
|
||||
}
|
||||
|
||||
|
||||
@@ -187,3 +187,4 @@ def test_chat_completions_api_uses_model_name() -> None:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user