Skip to content

Commit e5d9d16

Browse files
committed
feat(agent): switch to deepseek-v3.1 model for transcript processing
1 parent 8fb4dfd commit e5d9d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/agent/transcript_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def refine_transcript_with_ai(content):
4444
{content}"""
4545

4646
try:
47-
response = call_openrouter_api(prompt, model="kimi-k2")
47+
response = call_openrouter_api(prompt, model="deepseek-v3.1")
4848
print(f"AI Response length: {len(response)} characters")
4949
stripped = response.strip()
5050
return stripped

0 commit comments

Comments
 (0)