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

@@ -68,7 +68,7 @@ class LLMService(BaseService):
# Override with custom parameters
answer = await reelforge.llm(
"Summarize the book 'Atomic Habits' in 3 sentences",
"Explain the concept of atomic habits in 3 sentences",
api_key="sk-custom-key",
base_url="https://api.custom.com/v1",
model="custom-model",