forked from phoenix/litellm-mirror
bump v
This commit is contained in:
parent
935d148423
commit
46072618b2
2 changed files with 6 additions and 1 deletions
|
@ -34,6 +34,11 @@ for chunk in response:
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example usage - Streaming + Acompletion
|
## Example usage - Streaming + Acompletion
|
||||||
|
Ensure you have async_generator installed for using ollama acompletion with streaming
|
||||||
|
```shell
|
||||||
|
pip install async_generator
|
||||||
|
```
|
||||||
|
|
||||||
```python
|
```python
|
||||||
async def async_ollama():
|
async def async_ollama():
|
||||||
response = await litellm.acompletion(
|
response = await litellm.acompletion(
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "0.1.723"
|
version = "0.1.724"
|
||||||
description = "Library to easily interface with LLM API providers"
|
description = "Library to easily interface with LLM API providers"
|
||||||
authors = ["BerriAI"]
|
authors = ["BerriAI"]
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue