Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
TLSDC committed Feb 6, 2025
1 parent 5bbef21 commit 927e92b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/agentlab/llm/llm_configs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
from agentlab.llm.chat_api import (AzureModelArgs, OpenAIModelArgs,
OpenRouterModelArgs, SelfHostedModelArgs)
from agentlab.llm.chat_api import (
AzureModelArgs,
OpenAIModelArgs,
OpenRouterModelArgs,
SelfHostedModelArgs,
)

default_oss_llms_args = {
"n_retry_server": 4,
Expand Down

0 comments on commit 927e92b

Please sign in to comment.