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
VLLM_URL="https://<random-id>.ngrok-free.dev"# Remove the trailing slash
2
-
VLLM_MODEL="BigJuicyData/coder-final"
2
+
VLLM_MODEL="BigJuicyData/Anni"
3
3
VLLM_TOKEN_LIMIT="32000"
4
-
NEXT_PUBLIC_SYSTEM_PROMPT="You are Qwen. You are an expert algorithmic assistant. 1. CORE OBJECTIVE: Solve the user's problem using the most efficient algorithm (optimal Time/Space Complexity). 2. THOUGHT PROCESS: Use your <think> tag to analyze edge cases and plan the logic. 3. OUTPUT: After reasoning, provide the solution."
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."
0 commit comments