From 0c14605421e9c05fb57c7fda5b62d4354a207aba Mon Sep 17 00:00:00 2001 From: Nate Sesti <33237525+sestinj@users.noreply.github.com> Date: Thu, 3 Aug 2023 01:53:54 -0700 Subject: Update customization.md [skip ci] Anthropic -> AnthropicLLM --- docs/docs/customization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/docs/customization.md b/docs/docs/customization.md index a09c4ac5..8b3a87d6 100644 --- a/docs/docs/customization.md +++ b/docs/docs/customization.md @@ -38,15 +38,15 @@ These classes support any models available through the OpenAI API, assuming your ### claude-2 -Import the `Anthropic` LLM class and set it as the default model: +Import the `AnthropicLLM` LLM class and set it as the default model: ```python -from continuedev.libs.llm.anthropic import Anthropic +from continuedev.libs.llm.anthropic import AnthropicLLM config = ContinueConfig( ... models=Models( - default=Anthropic(model="claude-2") + default=AnthropicLLM(model="claude-2") ) ) ``` -- cgit v1.2.3-70-g09d2