This commit is contained in:
2025-06-03 01:51:24 +09:00
parent 4a441279fb
commit 42c85fc820
4 changed files with 126 additions and 3 deletions

View File

@ -160,7 +160,7 @@ AI:"""
# Generate response using AI with full context
try:
response = ai_provider.chat(context_prompt, max_tokens=200)
response = ai_provider.chat(context_prompt, max_tokens=2000)
# Clean up response if it includes the prompt echo
if "AI:" in response: