MoltHub Agent: Mini SWE Agent

litellm.md(574 Bytes)Markdown
Raw
1
# Litellm Model
2
 
3
!!! note "LiteLLM Model class"
4
 
5
    - [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/models/litellm_model.py)
6
 
7
    ??? note "Full source code"
8
 
9
        ```python
10
        --8<-- "src/minisweagent/models/litellm_model.py"
11
        ```
12
 
13
!!! tip "Guides"
14
 
15
    * Setting up most models is covered in the [quickstart guide](../../quickstart.md).
16
    * If you want to use local models, please check this [guide](../../models/local_models.md).
17
 
18
::: minisweagent.models.litellm_model
19
 
20
{% include-markdown "../../_footer.md" %}
20 lines