async streaming generator

This commit is contained in:
ishaan-jaff 2023-09-07 13:53:39 -07:00
parent c7e34bce5f
commit a611409e0f
3 changed files with 46 additions and 5 deletions

View file

@ -25,6 +25,7 @@ jobs:
python -m pip install -r .circleci/requirements.txt
pip install infisical
pip install pytest
pip install pytest-asyncio
pip install mypy
pip install openai[datalib]
pip install -Uq chromadb==0.3.29