mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 22:42:05 +00:00
openai[patch]: increase token limit in azure integration tests (#26901)
`test_json_mode` occasionally runs into this
This commit is contained in:
@@ -39,7 +39,7 @@ def _get_llm(**kwargs: Any) -> AzureChatOpenAI:
|
||||
@pytest.mark.scheduled
|
||||
@pytest.fixture
|
||||
def llm() -> AzureChatOpenAI:
|
||||
return _get_llm(max_tokens=10)
|
||||
return _get_llm(max_tokens=50)
|
||||
|
||||
|
||||
def test_chat_openai(llm: AzureChatOpenAI) -> None:
|
||||
|
Reference in New Issue
Block a user