fix tests

This commit is contained in:
Adil Hafeez 2025-03-21 15:02:36 -07:00
parent ff2ddafab7
commit 678963a5ea
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
6 changed files with 7 additions and 7 deletions

View file

@ -238,7 +238,7 @@ POST {{model_server_endpoint}}/function_calling HTTP/1.1
Content-Type: application/json
{
"model": "--",
"model": "None",
"messages": [
{
"role": "user",

View file

@ -82,7 +82,7 @@ POST {{prompt_endpoint}}/v1/chat/completions HTTP/1.1
Content-Type: application/json
{
"model": "--",
"model": "None",
"messages": [
{
"role": "user",