Merge pull request #103 from Emiyaaaaa/fix/import

fix: add missing import
This commit is contained in:
Zachary Huang
2025-05-12 09:46:32 -04:00
committed by GitHub
+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}")