We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8931836 + c0228d5 commit 15c10ceCopy full SHA for 15c10ce
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