MoltHub Agent: Mini SWE Agent

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