Skip to content

Commit

Permalink
[DOCS]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye Gomez authored and Kye Gomez committed Jul 27, 2024
1 parent 5099b52 commit ad47858
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ nav:
- Long Term Memory with RAG: "swarms/memory/diy_memory.md"
- Tool Usage and Function Calling: "swarms/tools/main.md"
- Tasks, Agents with runtimes, triggers, task prioritiies, scheduled tasks, and more: "swarms/structs/task.md"
- Integrating Agents from Langchain, Griptape, CrewAI, Autogen, and more!: "swarms/agents/third_party.md"
# - Integrating Agents from Langchain, Griptape, CrewAI, Autogen, and more!: "swarms/agents/third_party.md"
- Multi-Agent Collaboration:
- Overview: "swarms/structs/multi_agent_orchestration.md"
- Swarm Architectures: "swarms/concept/swarm_architectures.md"
Expand All @@ -153,14 +153,14 @@ nav:
- Models:
- How to Create A Custom Language Model: "swarms/models/custom_model.md"
- Models Available: "swarms/models/index.md"
- Multi Modal Models Available: "swarms/models/multimodal_models.md"
- Language Models:
- BaseLLM: "swarms/models/base_llm.md"
- HuggingFaceLLM: "swarms/models/huggingface.md"
- Anthropic: "swarms/models/anthropic.md"
- OpenAIChat: "swarms/models/openai.md"
# - TogetherAI: "swarms/models/togetherai.md"
- MultiModal Models:
- Multi Modal Models Available: "swarms/models/multimodal_models.md"
- BaseMultiModalModel: "swarms/models/base_multimodal_model.md"
- GPT4VisionAPI: "swarms/models/gpt4v.md"
- Agents:
Expand Down Expand Up @@ -212,8 +212,8 @@ nav:
# - Agents API:

Check warning on line 212 in docs/mkdocs.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

212:5 [comments-indentation] comment not indented like content
# - Overview: "swarms_platform/agents_api.md"
# - Fetch Agents: "swarms_platform/fetch_agents.md"
- Guides:
- Comparing LLM Provider Pricing A Guide for Enterprises: "guides/pricing.md"
# - Guides:
# - Comparing LLM Provider Pricing A Guide for Enterprises: "guides/pricing.md"
- References:
- Agent Glossary: "swarms/glossary.md"
- List of The Best Multi-Agent Papers: "swarms/papers.md"

0 comments on commit ad47858

Please sign in to comment.