Update README.md

This commit is contained in:
Ishaan Jaff 2023-07-26 17:47:14 -07:00 committed by GitHub
parent 65956a8bb6
commit 7649b34d5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,3 +18,7 @@ response = completion("command-nightly", messages)
response = completion("chatgpt-test", messages, azure=True)
```
# installation
```
pip install litellm
```