Skip to content

Commit

Permalink
fix numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykipkemboi committed Oct 30, 2024
1 parent bbba1aa commit 6f144f0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/concepts/llms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ By default, CrewAI uses the `gpt-4o-mini` model. It uses environment variables i
- `OPENAI_API_BASE`
- `OPENAI_API_KEY`

### 2. Custom LLM Objects

Pass a custom LLM implementation or object from another library.

See below for examples.

<Tabs>
<Tab title="String Identifier">
```python Code
Expand All @@ -42,10 +48,6 @@ By default, CrewAI uses the `gpt-4o-mini` model. It uses environment variables i
</Tab>
</Tabs>

### 3. Custom LLM Objects

Pass a custom LLM implementation or object from another library.

## Connecting to OpenAI-Compatible LLMs

You can connect to OpenAI-compatible LLMs using either environment variables or by setting specific attributes on the LLM class:
Expand Down

0 comments on commit 6f144f0

Please sign in to comment.