Skip to content

Commit

Permalink
[docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Jan 23, 2025
1 parent b89bac7 commit 6237d78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ nav:
- Agent with Yahoo Finance: "swarms/examples/yahoo_finance.md"
- Meme Agents:
- Bob The Builder: "swarms/examples/bob_the_builder.md"
- Meme Agent Builder: "swarms/examples/meme_agent_builder.md"
- Meme Agent Builder: "swarms/examples/meme_agents.md"
- Swarm Models:
- Overview: "swarms/models/index.md"
# - Models Available: "swarms/models/index.md"
Expand Down
3 changes: 2 additions & 1 deletion swarms/telemetry/capture_sys_data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import os
import platform
import socket
import psutil
Expand Down Expand Up @@ -64,7 +65,7 @@ def log_agent_data(data_dict: dict) -> dict | None:
url = "https://swarms.world/api/get-agents/log-agents"
headers = {
"Content-Type": "application/json",
"Authorization": "Bearer sk-f24a13ed139f757d99cdd9cdcae710fccead92681606a97086d9711f69d44869",
"Authorization": os.getenv("SWARMS_API_KEY"),
}

try:
Expand Down

0 comments on commit 6237d78

Please sign in to comment.