use archfc hosted on aws

This commit is contained in:
Adil Hafeez 2025-02-13 10:43:16 -08:00
parent 28ee14a75c
commit 110ec479cb
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
6 changed files with 14 additions and 13 deletions

View file

@ -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
{