We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8931836 commit c0228d5Copy full SHA for c0228d5
1 file changed
utils/call_llm.py
@@ -123,6 +123,7 @@ def call_llm(prompt: str, use_cache: bool = True) -> str:
123
124
# Use OpenRouter API
125
# def call_llm(prompt: str, use_cache: bool = True) -> str:
126
+# import requests
127
# # Log the prompt
128
# logger.info(f"PROMPT: {prompt}")
129
0 commit comments