Skip to content

Commit

Permalink
Merge branch 'main' into bagatur/rfc_set_test_vals
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jan 10, 2025
2 parents 9250bbf + 2fa13b8 commit 414ef69
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 414ef69

Please sign in to comment.