fixing bugs related to default model provider, provider hint and duplicates in the model provider list

This commit is contained in:
Salman Paracha 2026-01-22 17:00:00 -08:00
parent 2c084ef6f7
commit 541099474f
21 changed files with 819 additions and 385 deletions

View file

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

View file

@ -9,7 +9,7 @@ Content-Type: application/json
}
],
"stream": true,
"model": "none"
"model": "gpt-4o"
}
HTTP 200
[Asserts]