mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Update test_openai_api_workarounds.py
This commit is contained in:
parent
e8fd85429f
commit
77a3505955
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ def test_openai_api_n_kwarg_ignore_discovery():
|
|||
n=n,
|
||||
)
|
||||
)
|
||||
assert server.config.n_kwarg_is_ignored, "n kwarg is should be set after discovery"
|
||||
assert server.config.n_kwarg_is_ignored, "n kwarg should be set after discovery"
|
||||
print(len(response.choices), n)
|
||||
assert (
|
||||
len(response.choices) == n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue