GPTPortal for Assistants API - v1.0
GPTPortal for Assistants API
Version 1.0 - Stable Release
Description
This version of GPTPortal is dedicated solely to the Assistants API, which uses OpenAI's Beta system for automatically managing conversation history and allowing GPT-4 to execute Python in a native Jupyter Notebook. This also allows for reading files of all types. A more thorough description of its capabilities can be found in the ReadMe of this branch.
Please direct any inquiries you may have about its functionality, features, and codebase to this discussion.
Lastly, I intend to see if the native embedding models could serve to be more useful than Assistants, but if this is otherwise not the case, then this branch will be merged as a separate endpoint with main, and users will be able to choose to use an "Assistants Mode" for more exact custom instructions and file uploads, along with Python execution.
Thank you!
What's Changed
- Build a multi-platform docker image on push and new releases by @FarisZR in #6
- Bump follow-redirects from 1.15.3 to 1.15.5 by @dependabot in #8
New Contributors
- @FarisZR made their first contribution in #6
- @dependabot made their first contribution in #8
Full Changelog: v1.0.1...v1.0-assistants