diff options
author | Ty Dunn <ty@tydunn.com> | 2023-10-02 12:20:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 12:20:52 -0700 |
commit | d59e2168ae54020080fce52b02bb257f3a7de27a (patch) | |
tree | f8c4e8dd1d19d35a2c9c09bb55c5abfce02303a5 /docs | |
parent | 54950690e8f9a34c33e58a788938df61781b870e (diff) | |
download | sncontinue-d59e2168ae54020080fce52b02bb257f3a7de27a.tar.gz sncontinue-d59e2168ae54020080fce52b02bb257f3a7de27a.tar.bz2 sncontinue-d59e2168ae54020080fce52b02bb257f3a7de27a.zip |
fixing typo in api docs ref
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/customization/models.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/customization/models.md b/docs/docs/customization/models.md index 9d882fcb..29f1ac91 100644 --- a/docs/docs/customization/models.md +++ b/docs/docs/customization/models.md @@ -7,7 +7,7 @@ Commercial Models - [OpenAIFreeTrial](../reference/Models/openaifreetrial.md) (default) - Use gpt-4 or gpt-3.5-turbo free with our API key, or with your API key. gpt-4 is probably the most capable model of all options. - [OpenAI](../reference/Models/openai.md) - Use any OpenAI model with your own key. Can also change the base URL if you have a server that uses the OpenAI API format, including using the Azure OpenAI service, LocalAI, etc. - [AnthropicLLM](../reference/Models/anthropicllm.md) - Use claude-2 with your Anthropic API key. Claude 2 is also highly capable, and has a 100,000 token context window. -- [GooglePaLMAP](../reference/Models/googlepalmapi.md) - Try out the `chat-bison-001` model, which is currently in public preview, after creating an API key in [Google MakerSuite](https://makersuite.google.com/u/2/app/apikey) +- [GooglePaLMAPI](../reference/Models/googlepalmapi.md) - Try out the `chat-bison-001` model, which is currently in public preview, after creating an API key in [Google MakerSuite](https://makersuite.google.com/u/2/app/apikey) Local Models |