From f3829bd89f67c68b5d41161dbe8bea1fe4b18346 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Mon, 4 Nov 2024 15:30:49 -0800 Subject: [PATCH] add modelserver and arch_fc --- api_model_server.rest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api_model_server.rest b/api_model_server.rest index e0816a8d..9102786a 100644 --- a/api_model_server.rest +++ b/api_model_server.rest @@ -1,7 +1,7 @@ @model_server_endpoint = http://localhost:51000 @archfc_endpoint = https://api.fc.archgw.com -### prompt gateway request param gathering and function calling +### talk to model_server for completion POST {{model_server_endpoint}}/v1/chat/completions HTTP/1.1 Content-Type: application/json @@ -25,7 +25,7 @@ Content-Type: application/json } -### prompt gateway request param gathering and function calling +### talk to arch_fc directly for completion POST {{archfc_endpoint}}/v1/chat/completions HTTP/1.1 Content-Type: application/json