Skip to content

Commit

Permalink
python[patch]: update OpenAI prompt test (#1407)
Browse files Browse the repository at this point in the history
Updated behavior in langchain-openai 0.3
  • Loading branch information
baskaryan authored Jan 10, 2025
1 parent 843d55d commit 2fa13b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/tests/integration_tests/test_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,6 @@ def test_convert_to_openai_format(chat_prompt_template: ChatPromptTemplate):
],
"model": "gpt-3.5-turbo",
"stream": False,
"n": 1,
"temperature": 0.7,
}
assert {k: res[k] for k in expected.keys()} == expected

Expand Down

0 comments on commit 2fa13b8

Please sign in to comment.