fix tests

This commit is contained in:
Adil Hafeez 2025-06-05 20:06:54 -07:00
parent 8e4960df4a
commit 950625a65a
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
4 changed files with 7 additions and 3 deletions

View file

@ -7,7 +7,8 @@ Content-Type: application/json
"role": "user",
"content": "convert 100 eur"
}
]
],
"model": "none"
}
HTTP 200
[Asserts]

View file

@ -8,7 +8,8 @@ Content-Type: application/json
"content": "convert 100 eur"
}
],
"stream": true
"stream": true,
"model": "none"
}
HTTP 200
[Asserts]

View file

@ -7,7 +7,8 @@ Content-Type: application/json
"role": "user",
"content": "I am running under debt, how should I keep a tab on my expenses?"
}
]
],
"model": "none"
}
HTTP 200
[Asserts]

View file

@ -8,6 +8,7 @@ Content-Type: application/json
"content": "I am running under debt, how should I keep a tab on my expenses?"
}
],
"model": "none",
"stream": true
}
HTTP 200