forked from phoenix/litellm-mirror
(docs) continue dev integration
This commit is contained in:
parent
ab59e250d6
commit
672ba7db14
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
),
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue