pull/849/head
Kye Gomez 3 weeks ago
parent 5a9b56223e
commit f21272930f

@ -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"

@ -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
Loading…
Cancel
Save