删除/修复老逻辑

This commit is contained in:
puke
2025-10-27 23:54:53 +08:00
committed by puke
parent e5e9b6e3ac
commit c387137446
3 changed files with 7 additions and 421 deletions

View File

@@ -70,10 +70,6 @@ answer = await reelforge.llm(
temperature=0.7, # 0.0-2.0 (lower = more deterministic)
max_tokens=2000
)
# Check active LLM
print(f"Using: {reelforge.llm.active}")
print(f"Available: {reelforge.llm.available}")
```
### Environment Variables (Alternative)
@@ -208,8 +204,9 @@ image_url = await reelforge.image(
prompt="a beautiful landscape"
)
# Check active generator
print(f"Using: {reelforge.image.active}")
# Check available workflows
workflows = reelforge.image.list_workflows()
print(f"Available workflows: {workflows}")
```
### Environment Variables (Alternative)