mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixing bugs related to default model provider, provider hint and duplicates in the model provider list
This commit is contained in:
parent
2c084ef6f7
commit
541099474f
21 changed files with 819 additions and 385 deletions
|
|
@ -8,7 +8,7 @@ Content-Type: application/json
|
|||
"content": "convert 100 eur"
|
||||
}
|
||||
],
|
||||
"model": "none"
|
||||
"model": "gpt-4o"
|
||||
}
|
||||
HTTP 200
|
||||
[Asserts]
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ Content-Type: application/json
|
|||
}
|
||||
],
|
||||
"stream": true,
|
||||
"model": "none"
|
||||
"model": "gpt-4o"
|
||||
}
|
||||
HTTP 200
|
||||
[Asserts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue