-
0.5.0 Stable
released this
2025-09-05 16:31:59 +00:00 | 3 commits to main since this releaseThis release includes the following:
- Change the data type of
vector_store
to 'list', to enable the inclusion of multiple Vector Stores in thefile_search
. - Add extraction and display of the model response's text after the creation or retrieval of a response or item.
IMPORTANT:
- You will need to edit your
config.py
to comply with the new data type 'list'. Add the[]
so that the line looks likevector_store = ["YOUR-VECTOR-STORE-IDs-HERE","SEPARATED-BY-COMMAS"]
.
Downloads
- Change the data type of
-
0.2.0 Stable
released this
2025-08-31 10:52:41 +00:00 | 12 commits to main since this release- This release adds functionality to manipulate files and vector stores
- The uploaded files are now used in the model responses
Downloads
-
0.1.0 Stable
released this
2025-08-31 04:10:06 +00:00 | 15 commits to main since this releaseInitial release.
This release includes functionality for manipulating the main abstractions of the OpenAI model:
- Conversations
- Responses
- Inputs
- Items
Downloads