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

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