File tree Expand file tree Collapse file tree
sample_solutions/MultiAgentQnA/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ INFERENCE_MODEL_NAME=meta-llama/Llama-3.1-8B-Instruct
2525# APISIX Gateway Endpoints
2626# Uncomment and set these when using APISIX Gateway:
2727# IMPORTANT: Use exact APISIX route paths:
28- # Example routes: /bge-base-en-v1.5-vllmcpu /* and /Llama-3.1-8B-Instruct-vllmcpu /*
29- # INFERENCE_API_ENDPOINT=https://api.example.com/Llama-3.1-8B-Instruct-vllmcpu
30- # EMBEDDING_API_ENDPOINT=https://api.example.com/bge-base-en-v1.5-vllmcpu
28+ # Example routes: /bge-base-en-v1.5/* and /Llama-3.1-8B-Instruct/*
29+ # INFERENCE_API_ENDPOINT=https://api.example.com/Llama-3.1-8B-Instruct
30+ # EMBEDDING_API_ENDPOINT=https://api.example.com/bge-base-en-v1.5
3131
3232# Local URL Endpoint (only needed for non-public domains)
3333# If using a local domain like api.example.com mapped to localhost:
You can’t perform that action at this time.
0 commit comments