Add missing import

This commit is contained in:
emiyaaaaa
2025-05-12 10:11:13 +08:00
parent 89318369ad
commit c0228d5e99
+1
View File
@@ -123,6 +123,7 @@ def call_llm(prompt: str, use_cache: bool = True) -> str:
# Use OpenRouter API
# def call_llm(prompt: str, use_cache: bool = True) -> str:
# import requests
# # Log the prompt
# logger.info(f"PROMPT: {prompt}")