Spaces:
Sleeping
Sleeping
debug req agent
Browse files
agent.py
CHANGED
|
@@ -22,9 +22,6 @@ from datetime import datetime
|
|
| 22 |
from llama_index.core.chat_engine.types import ChatMessage
|
| 23 |
from llama_index.core import Settings
|
| 24 |
from llama_index.core.callbacks import CallbackManager
|
| 25 |
-
from llama_index.utils.workflow import (
|
| 26 |
-
draw_most_recent_execution,
|
| 27 |
-
)
|
| 28 |
llm_gpt4o_mini = OpenAI(
|
| 29 |
model="gpt-4o-mini",
|
| 30 |
api_key=os.getenv("OPENAI_API_KEY"),
|
|
|
|
| 22 |
from llama_index.core.chat_engine.types import ChatMessage
|
| 23 |
from llama_index.core import Settings
|
| 24 |
from llama_index.core.callbacks import CallbackManager
|
|
|
|
|
|
|
|
|
|
| 25 |
llm_gpt4o_mini = OpenAI(
|
| 26 |
model="gpt-4o-mini",
|
| 27 |
api_key=os.getenv("OPENAI_API_KEY"),
|