Skip to content

Commit

Permalink
fix: add latest claude and ollama models to config template
Browse files Browse the repository at this point in the history
  • Loading branch information
gwpl authored Nov 7, 2024
1 parent 40d50e5 commit 85a717d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion config_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,13 @@ apis:
api-key:
api-key-env: ANTHROPIC_API_KEY
models: # https://docs.anthropic.com/en/docs/about-claude/models
claude-3-5-sonnet-20240620:
claude-3-5-sonnet-latest:
aliases: ["claude3.5-sonnet", "claude-3-5-sonnet", "sonnet-3.5"]
max-input-chars: 680000
claude-3-5-sonnet-20241022:
max-input-chars: 680000
claude-3-5-sonnet-20240620:
max-input-chars: 680000
claude-3-opus-20240229:
aliases: ["claude3-opus", "opus"]
max-input-chars: 680000
Expand All @@ -124,6 +128,12 @@ apis:
ollama:
base-url: http://localhost:11434/api
models: # https://ollama.com/library
"llama3.2:3b":
aliases: ["llama3.2"]
max-input-chars: 650000
"llama3.2:1b":
aliases: ["llama3.2_1b"]
max-input-chars: 650000
"llama3:70b":
aliases: ["llama3"]
max-input-chars: 650000
Expand Down

0 comments on commit 85a717d

Please sign in to comment.