forked from phoenix/litellm-mirror
update docs
This commit is contained in:
parent
de37c99021
commit
437c2b2316
1 changed files with 4 additions and 0 deletions
|
@ -63,7 +63,11 @@ litellm.api_base = "https://proxy.litellm.ai"
|
|||
|
||||
and change the model on [this line](https://github.com/KillianLucas/open-interpreter/blob/f803d0d7a545edabd541943145a2a60beaf604e4/interpreter/interpreter.py#L342C10-L342C10), to:
|
||||
```python
|
||||
# call gpt-4
|
||||
self.model = "openai/gpt-4" # 👈 always add 'openai/' in front of the model name
|
||||
|
||||
# call togethercomputer/llama-2-70b-chat
|
||||
self.model = "openai/togethercomputer/llama-2-70b-chat" # 👈 always add 'openai/' in front of the model name
|
||||
```
|
||||
|
||||
And that's it!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue