Skip to content

Commit edd79b8

Browse files
brannnclaude
andcommitted
Revert planner model to Llama 3.1 70B for reliability
GLM-4.7 causing 45+ second hangs. Llama 3.1 70B provides better response times while maintaining spec quality with contextual framing. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent eb626a8 commit edd79b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • web/cmd/server/static/js

web/cmd/server/static/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Planner application JavaScript
22
// Depends on: simplex-spec.js (system prompt constants)
33

4-
const MODEL_NAME = 'zai-org/GLM-4.7';
4+
const MODEL_NAME = 'meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo';
55

66
// State management
77
const state = {

0 commit comments

Comments
 (0)