Skip to content

Use DeepSeek V4 Flash as the Standard LLM - #65

Merged
RANGROO merged 2 commits into
unstablefrom
codex/deepseek-v4-flash-standard
Aug 12, 2026
Merged

Use DeepSeek V4 Flash as the Standard LLM#65
RANGROO merged 2 commits into
unstablefrom
codex/deepseek-v4-flash-standard

Conversation

@RANGROO

@RANGROO RANGROO commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • replace GLM 4.7 with DeepSeek V4 Flash for the seeded Standard LLM connector
  • mark V4 Flash as reasoning-capable so the existing driver explicitly sends reasoning.enabled=false instead of allowing DeepSeek's default high-effort thinking mode
  • keep the 750-token, temperature 0.6 JSON-schema configuration; Fast, Powerful, and Experimental remain unchanged

Compatibility

No migration forces an existing user-selected connector to change.

Validation

  • PHP lint passed for conf/conf.sample.php, lib/core/llm_connector.class.php, and ui/quickstart.php
  • disposable PostgreSQL load confirmed connector ID 1 resolves to DeepSeek V4 Flash with reasoning_model=1, 750 max tokens, JSON/schema enabled, and temperature 0.6
  • live CHIM shared-driver probe sent reasoning: { exclude: true, enabled: false }, returned valid action JSON in 5.349 seconds, and OpenRouter reported reasoning_tokens: 0
  • git diff --check passed

Deployment

Not deployed. The live probe validates the shared connector behavior in CHIM; DialecticServer runtime and in-game behavior remain untested.

Related PRs

@RANGROO
RANGROO marked this pull request as ready for review August 12, 2026 00:36
@RANGROO
RANGROO merged commit 5f459d6 into unstable Aug 12, 2026
@RANGROO
RANGROO deleted the codex/deepseek-v4-flash-standard branch August 12, 2026 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant