This commit is contained in:
ishaan-jaff 2023-09-21 12:05:07 -07:00
parent 935d148423
commit 46072618b2
2 changed files with 6 additions and 1 deletions

View file

@ -34,6 +34,11 @@ for chunk in response:
```
## Example usage - Streaming + Acompletion
Ensure you have async_generator installed for using ollama acompletion with streaming
```shell
pip install async_generator
```
```python
async def async_ollama():
response = await litellm.acompletion(

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.1.723"
version = "0.1.724"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT License"