Skip to content

Commit e664b88

Browse files
committed
fix: point to new model and replace with better system prompt
1 parent adb62c3 commit e664b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/example.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
VLLM_URL="https://<random-id>.ngrok-free.dev" # Remove the trailing slash
2-
VLLM_MODEL="BigJuicyData/coder-final"
2+
VLLM_MODEL="BigJuicyData/Anni"
33
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

Comments
 (0)