You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEXT_PUBLIC_VLLM_URL="https://<random-id>.ngrok-free.dev"# Remove the trailing slash
2
2
NEXT_PUBLIC_VLLM_MODEL="BigJuicyData/Anni"
3
3
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
0 commit comments