Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phact/streaming-assistants
Library that enables Streaming for OpenAI Assistants API using Astra Assistants
https://github.com/phact/streaming-assistants
Last synced: about 1 month ago
JSON representation
Library that enables Streaming for OpenAI Assistants API using Astra Assistants
- Host: GitHub
- URL: https://github.com/phact/streaming-assistants
- Owner: phact
- Created: 2024-02-01T18:07:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T17:26:28.000Z (6 months ago)
- Last Synced: 2024-12-02T14:23:24.204Z (about 1 month ago)
- Language: Python
- Size: 658 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_ai_agents - Streaming Assistants - The `streaming-assistants` library on GitHub enables streaming for OpenAI Assistants API using Astra Assistants, providing a workaround for the lack of streaming support in the official OpenAI Assistants API [github](https://github.com/phact/streaming-assistants) (Learning / Repositories)
README
# streaming_assistants
This library has been deprecated in favor of [astra-assistants](https://pypi.org/project/astra-assistants/) the repo has been moved in tree with the server code [here](https://github.com/datastax/astra-assistants-api/tree/main/client).
The latest version of streaming-assistants (v0.19.0) now pull in astra-assistants as a dependency and leverages that code. To upgrade simply switch from using streaming_assistants to astra_assistants.
> from streaming_assistants import patch
to
> from astra_assistants import patch
# Server
The astra-assistants server code is now open source (Apache2)! Check it out here https://github.com/datastax/astra-assistants-api