Skip to content

Commit 15c10ce

Browse files
authored
Merge pull request #103 from Emiyaaaaa/fix/import
fix: add missing import
2 parents 8931836 + c0228d5 commit 15c10ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/call_llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def call_llm(prompt: str, use_cache: bool = True) -> str:
123123

124124
# Use OpenRouter API
125125
# def call_llm(prompt: str, use_cache: bool = True) -> str:
126+
# import requests
126127
# # Log the prompt
127128
# logger.info(f"PROMPT: {prompt}")
128129

0 commit comments

Comments
 (0)