From 381fdc9477e02ce3edb0a592288ddc2a97f29e55 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Wed, 16 Aug 2023 09:25:08 -0700 Subject: adjust reference to config file --- docs/docs/customization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/docs/customization.md b/docs/docs/customization.md index 08da3b00..43a58c69 100644 --- a/docs/docs/customization.md +++ b/docs/docs/customization.md @@ -100,7 +100,7 @@ config = ContinueConfig( ### Together -The Together API is a cloud platform for running large AI models. You can sign up [here](https://api.together.xyz/signup), copy your API key on the initial welcome screen, and then hit the play button on any model from the [Together Models list](https://docs.together.ai/docs/models-inference). Change the config file to look like this: +The Together API is a cloud platform for running large AI models. You can sign up [here](https://api.together.xyz/signup), copy your API key on the initial welcome screen, and then hit the play button on any model from the [Together Models list](https://docs.together.ai/docs/models-inference). Change `~/.continue/config.py` to look like this: ```python from continuedev.src.continuedev.core.sdk import Models @@ -119,7 +119,7 @@ config = ContinueConfig( ### Replicate (beta) -Replicate is a great option for newly released language models or models that you've deployed through their platform. Sign up for an account [here](https://replicate.ai/), copy your API key, and then select any model from the [Replicate Streaming List](https://replicate.com/collections/streaming-language-models). Change the config file to look like this: +Replicate is a great option for newly released language models or models that you've deployed through their platform. Sign up for an account [here](https://replicate.ai/), copy your API key, and then select any model from the [Replicate Streaming List](https://replicate.com/collections/streaming-language-models). Change `~/.continue/config.py` to look like this: ```python from continuedev.src.continuedev.core.sdk import Models -- cgit v1.2.3-70-g09d2