mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
improve e2e tests
This commit is contained in:
parent
9b1e9ba49d
commit
2517120eeb
8 changed files with 169 additions and 23 deletions
|
|
@ -76,7 +76,7 @@ async def default_target(req: DefaultTargetRequest, res: Response):
|
|||
"choices": [
|
||||
{
|
||||
"message": {
|
||||
"role": "user",
|
||||
"role": "assistant",
|
||||
"content": "I can help you with weather forecast or insurance claim details",
|
||||
},
|
||||
"finish_reason": "completed",
|
||||
|
|
|
|||
|
|
@ -7,10 +7,16 @@ listener:
|
|||
connect_timeout: 0.005s
|
||||
|
||||
llm_providers:
|
||||
- name: gpt-3.5
|
||||
- name: gpt-4o-mini
|
||||
access_key: $OPENAI_API_KEY
|
||||
provider: openai
|
||||
model: gpt-3.5-turbo
|
||||
model: gpt-4o-mini
|
||||
default: true
|
||||
|
||||
- name: gpt-3.5-turbo-0125
|
||||
access_key: $OPENAI_API_KEY
|
||||
provider: openai
|
||||
model: gpt-3.5-turbo-0125
|
||||
|
||||
- name: gpt-4o
|
||||
access_key: $OPENAI_API_KEY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue