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

@ -107,7 +107,7 @@ Content-Type: application/json
{
"stream": true,
"model": "None",
"model": "gpt-4o",
"messages": [
{
"role": "user",

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",

View file

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