Files
wehub-resource-sync 4e0f4422d0
build-docs / deploy (push) Has been cancelled
Check Markdown links / markdown-link-check (push) Has been cancelled
Pytest / test (3.11) (push) Has been cancelled
Pytest / test (3.12) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:25:42 +08:00

56 lines
1.4 KiB
Markdown

# Models
!!! hint "Tutorial"
Please see the [model section in the installation guide](../installation/keys.md) for an overview of the different models and how to configure them.
This page documents the configuration objects used to specify the behavior of a language model (LM).
In most cases, you will want to use the `GenericAPIModelConfig` object.
## API LMs
::: sweagent.agent.models.GenericAPIModelConfig
options:
heading_level: 3
::: sweagent.agent.models.RetryConfig
options:
heading_level: 3
## Manual models for testing
The following two models allow you to test your environment by prompting you for actions.
This can also be very useful to create your first [demonstrations](../config/demonstrations.md).
::: sweagent.agent.models.HumanModel
options:
heading_level: 3
::: sweagent.agent.models.HumanModelConfig
options:
heading_level: 3
::: sweagent.agent.models.HumanThoughtModel
options:
heading_level: 3
::: sweagent.agent.models.HumanThoughtModelConfig
options:
heading_level: 3
## Replay model for testing and demonstrations
::: sweagent.agent.models.ReplayModel
options:
heading_level: 3
::: sweagent.agent.models.ReplayModelConfig
options:
heading_level: 3
::: sweagent.agent.models.InstantEmptySubmitModelConfig
options:
heading_level: 3