MLT-OSS / open-assistant-api

The Open Assistant API is a ready-to-use, open-source, self-hosted agent/gpts orchestration creation framework, supporting customized extensions for LLM, RAG, function call, and tools capabilities. It also supports seamless integration with the openai/langchain sdk.
MIT License
270 stars 53 forks source link

fix: upgrade uvicorn version to fix streaming response interruption bug #27

Closed kense-lab closed 7 months ago

kense-lab commented 7 months ago

fix: upgrade uvicorn version to fix streaming response interruption bug

uvicorn issue and pr: https://github.com/encode/uvicorn/issues/1637 https://github.com/encode/uvicorn/pull/2243