Skip to content

Commit 067416d

Browse files
committed
chore: add api key variable in example.env
1 parent 6712d92 commit 067416d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web/example.env

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
NEXT_PUBLIC_VLLM_URL="https://<random-id>.ngrok-free.dev" # Remove the trailing slash
22
NEXT_PUBLIC_VLLM_MODEL="BigJuicyData/Anni"
33
NEXT_PUBLIC_VLLM_TOKEN_LIMIT="32000"
4-
NEXT_PUBLIC_SYSTEM_PROMPT="You are an expert Python programmer. You will be given a question (problem specification) and will generate a correct Python program that matches the specification and passes all tests."
4+
NEXT_PUBLIC_SYSTEM_PROMPT="You are an expert Python programmer. You will be given a question (problem specification) and will generate a correct Python program that matches the specification and passes all tests."
5+
6+
# Uncomment this if your vLLM server requires an API key
7+
#VLLM_API_KEY="REPLACE_WITH_API_KEY"

0 commit comments

Comments
 (0)