mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixed 400 error handling tests, now that we write temperature to 1.0 for GPT-5
This commit is contained in:
parent
bd97ab5ad9
commit
814bad8d48
1 changed files with 1 additions and 2 deletions
|
|
@ -199,8 +199,7 @@ def test_400_error_handling_with_alias():
|
|||
try:
|
||||
completion = client.chat.completions.create(
|
||||
model="arch.summarize.v1", # This should resolve to gpt-5-mini-2025-08-07
|
||||
max_completion_tokens=50,
|
||||
temperature=0.7, # This is a typo - should be "temperature", which should trigger a 400 error
|
||||
max_tokens=50,
|
||||
messages=[
|
||||
{
|
||||
"role": "user",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue