File size: 574 Bytes
f201cf6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Litellm Model

!!! note "LiteLLM Model class"

    - [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/models/litellm_model.py)

    ??? note "Full source code"

        ```python
        --8<-- "src/minisweagent/models/litellm_model.py"
        ```

!!! tip "Guides"

    * Setting up most models is covered in the [quickstart guide](../../quickstart.md).
    * If you want to use local models, please check this [guide](../../models/local_models.md).

::: minisweagent.models.litellm_model

{% include-markdown "../../_footer.md" %}