Skip to content

Commit

Permalink
agent_accuracy default to standard
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihozturkh2o committed Oct 25, 2024
1 parent 864a327 commit 1d4149b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openai_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class AgentParams(BaseModel):
autogen_code_restrictions_level: int = 2
autogen_silent_exchange: bool = True
agent_type: str | None = 'auto'
agent_accuracy: str | None = 'normal'
agent_accuracy: str | None = 'standard'


class Params(H2oGPTParams, AgentParams):
Expand Down

0 comments on commit 1d4149b

Please sign in to comment.