Skip to content

Commit

Permalink
add links to models in the config section fo the README
Browse files Browse the repository at this point in the history
  • Loading branch information
brainlid committed Nov 15, 2024
1 parent c417db5 commit 9e07845
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ fly secrets set OPENAI_API_KEY=MyOpenAIApiKey
fly secrets set ANTHROPIC_API_KEY=MyAnthropicApiKey
```

A list of models to use:
- [Anthropic Claude models](https://docs.anthropic.com/en/docs/about-claude/models)
- [OpenAI models](https://platform.openai.com/docs/models)
- [Gemini AI models](https://ai.google.dev/gemini-api/docs/models/gemini)

## Usage

The central module in this library is `LangChain.Chains.LLMChain`. Most other pieces are either inputs to this, or structures used by it. For understanding how to use the library, start there.
Expand Down

0 comments on commit 9e07845

Please sign in to comment.