(docs) continue dev integration

This commit is contained in:
ishaan-jaff 2023-10-13 14:36:40 -07:00
parent ab59e250d6
commit 672ba7db14

View file

@ -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
),
```