mirror of
https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge.git
synced 2026-08-29 16:40:32 +08:00
Add missing import
This commit is contained in:
@@ -123,6 +123,7 @@ def call_llm(prompt: str, use_cache: bool = True) -> str:
|
|||||||
|
|
||||||
# Use OpenRouter API
|
# Use OpenRouter API
|
||||||
# def call_llm(prompt: str, use_cache: bool = True) -> str:
|
# def call_llm(prompt: str, use_cache: bool = True) -> str:
|
||||||
|
# import requests
|
||||||
# # Log the prompt
|
# # Log the prompt
|
||||||
# logger.info(f"PROMPT: {prompt}")
|
# logger.info(f"PROMPT: {prompt}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user