From 59055c764c30bd64a7388049b31957002e292d84 Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 27 Mar 2024 15:59:16 -0700 Subject: [PATCH] [CLEANUP] --- mkdocs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index cec40b60..bce44c5a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -81,8 +81,6 @@ nav: - HuggingFaceLLM: "swarms/models/huggingface.md" - Anthropic: "swarms/models/anthropic.md" - OpenAI: "swarms/models/openai.md" - - Zephyr: "swarms/models/zephyr.md" - - BioGPT: "swarms/models/biogpt.md" - vLLM: "swarms/models/vllm.md" - MPT7B: "swarms/models/mpt.md" - Mistral: "swarms/models/mistral.md" @@ -97,7 +95,6 @@ nav: - Dalle3: "swarms/models/dalle3.md" - GPT4V: "swarms/models/gpt4v.md" - DistilWhisperModel: "swarms/models/distilled_whisperx.md" - - Gemini: "swarms/models/gemini.md" - swarms.structs: - Foundational Structures: - agent: "swarms/structs/agent.md"