We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206f2ea commit 550fb56Copy full SHA for 550fb56
2 files changed
src/file_manipulator.py
@@ -76,7 +76,7 @@ def fill_report(self, session: Session, user_input: str, schema_id: int, canonic
76
77
try:
78
# 1. Extract against the canonical target
79
- self.llm.set_model_config(provider="gemini", model_name="gemini-2.5-flash")
+ self.llm.set_model_config()
80
self.llm._target_fields = canonical_target
81
self.llm._transcript_text = user_input
82
0 commit comments