Skip to content

fix: apply generate script LLM overrides - #936

Draft
ump45nose wants to merge 1 commit into
modelscope:mainfrom
ump45nose:codex/fix-generate-script-overrides
Draft

fix: apply generate script LLM overrides#936
ump45nose wants to merge 1 commit into
modelscope:mainfrom
ump45nose:codex/fix-generate-script-overrides

Conversation

@ump45nose

Copy link
Copy Markdown

Summary

Fixes an ineffective GenerateScript.prepare_llm() override: the method configured a copied config but passed the unmodified source config to LLM.from_config.

Validation

  • python3 -m py_compile projects/singularity_cinema/generate_script/agent.py
  • Focused mocked smoke test confirming the copied config passes temperature=0.6 and top_k=50, while the source config remains unchanged.

Scope

One-line source fix; no dependency or behavior changes outside the singularity-cinema script-generation LLM setup.

@ump45nose
ump45nose force-pushed the codex/fix-generate-script-overrides branch from e882f85 to dac68ee Compare August 11, 2026 07:17
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