mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
update test
This commit is contained in:
parent
07bb26c1d9
commit
d3595aeee1
1 changed files with 3 additions and 3 deletions
|
|
@ -52,8 +52,8 @@ Content-Type: application/json
|
||||||
"stream": false
|
"stream": false
|
||||||
}
|
}
|
||||||
|
|
||||||
### models_listeners test
|
### send request to context builder agent
|
||||||
POST http://localhost:12000/v1/chat/completions
|
POST http://localhost:10501/v1/chat/completions
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
@ -61,7 +61,7 @@ Content-Type: application/json
|
||||||
"messages": [
|
"messages": [
|
||||||
{
|
{
|
||||||
"role": "user",
|
"role": "user",
|
||||||
"content": "what is the effective date of the master agreement for arcadyan"
|
"content": "What is the guaranteed uptime percentage for TechCorp's cloud services?"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue