mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 14:50:00 +00:00
openai[patch]: increase token limit in azure integration tests (#26901)
`test_json_mode` occasionally runs into this
This commit is contained in:
parent
2ea5f60cc5
commit
7091a1a798
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user