diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 062c93c1..faf1f661 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -347,7 +347,7 @@ nav: - OpenAIChat: "swarms/models/openai.md" - OpenAIFunctionCaller: "swarms/models/openai_function_caller.md" - Groq: "swarms/models/groq.md" - - Cerebras: "swarms/models/cerebas_example.md" + - Cerebras: "swarms/models/cerebras.md" - MultiModal Models: - BaseMultiModalModel: "swarms/models/base_multimodal_model.md" - Multi Modal Models Available: "swarms/models/multimodal_models.md" diff --git a/docs/swarms/models/cerebas_example.md b/docs/swarms/models/cerebras.md similarity index 96% rename from docs/swarms/models/cerebas_example.md rename to docs/swarms/models/cerebras.md index 44134e84..8c544cb2 100644 --- a/docs/swarms/models/cerebas_example.md +++ b/docs/swarms/models/cerebras.md @@ -5,8 +5,11 @@ This guide demonstrates how to create and use an AI agent powered by the Cerebra ## Prerequisites - Python 3.7+ + - Swarms library installed (`pip install swarms`) +- Set your ENV key `CEREBRAS_API_KEY` + ## Step-by-Step Guide ### 1. Import Required Module