Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Xm0onh committed Jan 6, 2025
1 parent c8477c8 commit ecad72c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions auto-agents-framework/src/config/llm.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

export const llmConfig = {
DECISION_LLM_PROVIDER: 'anthropic',
ANALYZE_LLM_PROVIDER: 'anthropic',
GENERATION_LLM_PROVIDER: 'anthropic',
RESPONSE_LLM_PROVIDER: 'anthropic',
LARGE_LLM_MODEL: 'claude-3-opus-20240229',
SMALL_LLM_MODEL: 'claude-3-5-sonnet-20240620',
}
DECISION_LLM_PROVIDER: 'anthropic',
ANALYZE_LLM_PROVIDER: 'anthropic',
GENERATION_LLM_PROVIDER: 'anthropic',
RESPONSE_LLM_PROVIDER: 'anthropic',
LARGE_LLM_MODEL: 'claude-3-opus-20240229',
SMALL_LLM_MODEL: 'claude-3-5-sonnet-20240620',
};

0 comments on commit ecad72c

Please sign in to comment.