Skip to content

Commit dce75b2

Browse files
update .env.example
1 parent 383a903 commit dce75b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sample_solutions/MultiAgentQnA/api/.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)