mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-28 12:21:16 +00:00
docs(set_keys.md): adds validate_environment function to docs
This commit is contained in:
@@ -148,4 +148,14 @@ assert(valid_models == expected_models)
|
||||
|
||||
# reset replicate env key
|
||||
os.environ = old_environ
|
||||
```
|
||||
|
||||
### `validate_environment(model: str)`
|
||||
|
||||
This helper tells you if you have all the required environment variables for a model, and if not - what's missing.
|
||||
|
||||
```python
|
||||
import litellm
|
||||
|
||||
print(litellm.validate_environment("openai/gpt-3.5-turbo"))
|
||||
```
|
||||
Reference in New Issue
Block a user