Merge branch 'The-Pocket:main' into main

This commit is contained in:
srinadh777
2025-05-12 21:58:36 +05:30
committed by GitHub
+1
View File
@@ -123,6 +123,7 @@ def call_llm(prompt: str, use_cache: bool = True) -> str:
# Use OpenRouter API # Use OpenRouter API
# def call_llm(prompt: str, use_cache: bool = True) -> str: # def call_llm(prompt: str, use_cache: bool = True) -> str:
# import requests
# # Log the prompt # # Log the prompt
# logger.info(f"PROMPT: {prompt}") # logger.info(f"PROMPT: {prompt}")