mirror of
https://github.com/katanemo/plano.git
synced 2026-05-09 15:52:44 +02:00
use archfc hosted on aws (#409)
This commit is contained in:
parent
28ee14a75c
commit
4ec03af16e
5 changed files with 10 additions and 9 deletions
|
|
@ -1,6 +1,5 @@
|
|||
@model_server_endpoint = http://localhost:51000
|
||||
@archfc_endpoint = https://api.fc.archgw.com
|
||||
|
||||
@archfc_endpoint = https://archfc.katanemo.dev
|
||||
|
||||
### talk to function calling endpoint
|
||||
POST {{model_server_endpoint}}/function_calling HTTP/1.1
|
||||
|
|
@ -119,7 +118,7 @@ Content-Type: application/json
|
|||
}
|
||||
|
||||
### talk to Arch-Intent directly for completion
|
||||
POST {{archfc_endpoint}}/v1/chat/completions HTTP/1.1
|
||||
POST {{{{archfc_endpoint}}}}/v1/chat/completions HTTP/1.1
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue