Skip to content

Commit e0e786c

Browse files
committed
typing
1 parent 394999b commit e0e786c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agentlab/llm/llm_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test",
1717
]
1818

19-
CHAT_MODEL_ARGS_DICT = {
19+
CHAT_MODEL_ARGS_DICT = { # type: dict[str, Union[AzureModelArgs, OpenAIModelArgs, SelfHostedModelArgs, OpenRouterModelArgs]]
2020
"openai/gpt-4o-mini-2024-07-18": OpenAIModelArgs(
2121
model_name="gpt-4o-mini-2024-07-18",
2222
max_total_tokens=128_000,

0 commit comments

Comments
 (0)