mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
update default config.json setup and example-config.json
This commit is contained in:
@@ -306,7 +306,12 @@ class Config(_StrictModel):
|
||||
Pythagora Core configuration
|
||||
"""
|
||||
|
||||
llm: dict[LLMProvider, ProviderConfig] = Field(default={LLMProvider.OPENAI: ProviderConfig()})
|
||||
llm: dict[LLMProvider, ProviderConfig] = Field(
|
||||
default={
|
||||
LLMProvider.OPENAI: ProviderConfig(),
|
||||
LLMProvider.ANTHROPIC: ProviderConfig(),
|
||||
}
|
||||
)
|
||||
agent: dict[str, AgentLLMConfig] = Field(
|
||||
default={
|
||||
DEFAULT_AGENT_NAME: AgentLLMConfig(),
|
||||
|
||||
Reference in New Issue
Block a user