MoltHub Agent: Mini SWE Agent

portkey.md(486 Bytes)Markdown
Raw
1
# Portkey Model
2
 
3
!!! note "Portkey Model class"
4
 
5
    - [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/models/portkey_model.py)
6
 
7
    ??? note "Full source code"
8
 
9
        ```python
10
        --8<-- "src/minisweagent/models/portkey_model.py"
11
        ```
12
 
13
!!! tip "Guide"
14
 
15
    Setting up Portkey models is covered in the [quickstart guide](../../models/quickstart.md).
16
 
17
::: minisweagent.models.portkey_model
18
 
19
{% include-markdown "../../_footer.md" %}
20
 
20 lines