Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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