Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit Β·
8601e9a
1
Parent(s): c53966b
debug
Browse files- agent/core/agent_loop.py +1 -0
agent/core/agent_loop.py
CHANGED
|
@@ -147,6 +147,7 @@ class Handlers:
|
|
| 147 |
while iteration < max_iterations:
|
| 148 |
messages = session.context_manager.get_messages()
|
| 149 |
tools = session.tool_router.get_tool_specs_for_llm()
|
|
|
|
| 150 |
|
| 151 |
try:
|
| 152 |
# ββ Stream the LLM response ββββββββββββββββββββββββββ
|
|
|
|
| 147 |
while iteration < max_iterations:
|
| 148 |
messages = session.context_manager.get_messages()
|
| 149 |
tools = session.tool_router.get_tool_specs_for_llm()
|
| 150 |
+
logger.info(f"_INFERENCE_API_KEY {_INFERENCE_API_KEY} {session.config.model_name.startswith('huggingface/')}")
|
| 151 |
|
| 152 |
try:
|
| 153 |
# ββ Stream the LLM response ββββββββββββββββββββββββββ
|