From 672ba7db140d94499ceb74ee2212c341bebdcc27 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 13 Oct 2023 14:36:40 -0700 Subject: [PATCH] (docs) continue dev integration --- docs/my-website/docs/proxy_server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/proxy_server.md b/docs/my-website/docs/proxy_server.md index 2f7a84bd8..ff9a6eee2 100644 --- a/docs/my-website/docs/proxy_server.md +++ b/docs/my-website/docs/proxy_server.md @@ -162,8 +162,8 @@ In the [config.py](https://continue.dev/docs/reference/Models/openai) set this a default=OpenAI( api_key="IGNORED", model="fake-model-name", - context_length=2048, - api_base="http://your_litellm_hostname:8000" + context_length=2048, # customize if needed for your model + api_base="http://localhost:8000" # your proxy server url ), ```