From c0228d5e99513dc8bef251c444fc8cfae28be32b Mon Sep 17 00:00:00 2001 From: emiyaaaaa Date: Mon, 12 May 2025 10:11:13 +0800 Subject: [PATCH] Add missing import --- utils/call_llm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/call_llm.py b/utils/call_llm.py index cde3822..9259b54 100644 --- a/utils/call_llm.py +++ b/utils/call_llm.py @@ -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}")