Skip to content

Commit

Permalink
Merge pull request #4 from knqyf263/add_anthropic
Browse files Browse the repository at this point in the history
Add Claude 3.5 Sonnet
  • Loading branch information
AkihiroSuda authored Jul 20, 2024
2 parents 42970fb + a4b9e2c commit b561148
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,19 @@ Other properties are duplicated from the original input.

## Configuration
### LLM backends
VexLLM is tested with OpenAI GPT-3.5 Turbo.
VexLLM is tested with OpenAI GPT-3.5 Turbo and Anthropic Claude 3.5 Sonnet.

The following env vars are recognized:
- `OPENAI_API_KEY` (necessary)
- `OPENAI_MODEL`
- `OPENAI_BASE_URL`
- `OPENAI_API_BASE`
- `OPENAI_ORGANIZATION`

VexLLM may also work with Google AI, Anthropic, and Ollama, but these backends are not tested.
- OpenAI
- `OPENAI_API_KEY` (necessary)
- `OPENAI_MODEL`
- `OPENAI_BASE_URL`
- `OPENAI_API_BASE`
- `OPENAI_ORGANIZATION`
- Anthropic
- `ANTHROPIC_API_KEY` (necessary)

VexLLM may also work with Google AI, and Ollama, but these backends are not tested.
See [`pkg/llm/...`](./pkg/llm/).

## Command reference
Expand Down

0 comments on commit b561148

Please sign in to comment.