This commit is contained in:
puke
2025-10-25 19:58:51 +08:00
committed by puke
parent 60918f69b1
commit 198094fe5f
25 changed files with 110 additions and 1218 deletions

View File

@@ -15,7 +15,7 @@ async def test_llm():
await app.initialize()
# Test prompt
prompt = "Explain the book 'Atomic Habits' by James Clear in 3 sentences."
prompt = "Explain the concept of atomic habits in 3 sentences."
logger.info(f"\n📝 Test Prompt: {prompt}\n")