mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
docs(set_keys.md): doc updates
This commit is contained in:
parent
c48c6e9358
commit
f7473638ce
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ os.environ = old_environ
|
|||
This helper tells you if you have all the required environment variables for a model, and if not - what's missing.
|
||||
|
||||
```python
|
||||
import litellm
|
||||
from litellm import validate_environment
|
||||
|
||||
print(litellm.validate_environment("openai/gpt-3.5-turbo"))
|
||||
print(validate_environment("openai/gpt-3.5-turbo"))
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue