Update agent.py
Browse files
agent.py
CHANGED
|
@@ -6,7 +6,7 @@ import logfire
|
|
| 6 |
|
| 7 |
load_dotenv()
|
| 8 |
|
| 9 |
-
logfire.configure(token=os.getenv("
|
| 10 |
litellm.callbacks = ["logfire"]
|
| 11 |
litellm.success_callback = ["logfire"]
|
| 12 |
|
|
|
|
| 6 |
|
| 7 |
load_dotenv()
|
| 8 |
|
| 9 |
+
logfire.configure(token=os.getenv("LOGFIRE_TOKEN"))
|
| 10 |
litellm.callbacks = ["logfire"]
|
| 11 |
litellm.success_callback = ["logfire"]
|
| 12 |
|