mkdocs and and swarms.models fix

pull/608/head
Occupying-Mars 3 months ago
parent f8778f93df
commit e9818dbbe0

@ -175,6 +175,7 @@ nav:
- SpreadSheetSwarm: "swarms/structs/spreadsheet_swarm.md" - SpreadSheetSwarm: "swarms/structs/spreadsheet_swarm.md"
- ForestSwarm: "swarms/structs/forest_swarm.md" - ForestSwarm: "swarms/structs/forest_swarm.md"
- SwarmRouter: "swarms/structs/swarm_router.md" - SwarmRouter: "swarms/structs/swarm_router.md"
- TaskQueueSwarm: "swarms/structs/taskqueue_swarm.md"
- Workflows: - Workflows:
- ConcurrentWorkflow: "swarms/structs/concurrentworkflow.md" - ConcurrentWorkflow: "swarms/structs/concurrentworkflow.md"
- SequentialWorkflow: "swarms/structs/sequential_workflow.md" - SequentialWorkflow: "swarms/structs/sequential_workflow.md"

@ -51,7 +51,7 @@ Runs the swarm by having agents pick up tasks from the queue.
- **Usage Example:** - **Usage Example:**
```python ```python
from swarms import Agent, TaskQueueSwarm from swarms import Agent, TaskQueueSwarm
from swarms.models import OpenAIChat from swarms_models import OpenAIChat
# Initialize the language model # Initialize the language model
llm = OpenAIChat() llm = OpenAIChat()

Loading…
Cancel
Save