mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix tests
This commit is contained in:
parent
8e4960df4a
commit
950625a65a
4 changed files with 7 additions and 3 deletions
|
|
@ -7,7 +7,8 @@ Content-Type: application/json
|
|||
"role": "user",
|
||||
"content": "convert 100 eur"
|
||||
}
|
||||
]
|
||||
],
|
||||
"model": "none"
|
||||
}
|
||||
HTTP 200
|
||||
[Asserts]
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ Content-Type: application/json
|
|||
"content": "convert 100 eur"
|
||||
}
|
||||
],
|
||||
"stream": true
|
||||
"stream": true,
|
||||
"model": "none"
|
||||
}
|
||||
HTTP 200
|
||||
[Asserts]
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@ Content-Type: application/json
|
|||
"role": "user",
|
||||
"content": "I am running under debt, how should I keep a tab on my expenses?"
|
||||
}
|
||||
]
|
||||
],
|
||||
"model": "none"
|
||||
}
|
||||
HTTP 200
|
||||
[Asserts]
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ Content-Type: application/json
|
|||
"content": "I am running under debt, how should I keep a tab on my expenses?"
|
||||
}
|
||||
],
|
||||
"model": "none",
|
||||
"stream": true
|
||||
}
|
||||
HTTP 200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue