• 0.6.0 dc23d1ac9e

    0.6.0 Stable

    kikobar released this 2025-09-17 13:17:24 +00:00 | 0 commits to main since this release

    Add functionality to input an image to the image creation script.

    Downloads
  • 0.5.0 2032483e64

    0.5.0 Stable

    kikobar released this 2025-09-05 16:31:59 +00:00 | 3 commits to main since this release

    This release includes the following:

    • Change the data type of vector_store to 'list', to enable the inclusion of multiple Vector Stores in the file_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 like vector_store = ["YOUR-VECTOR-STORE-IDs-HERE","SEPARATED-BY-COMMAS"].
    Downloads
  • 0.4.0 c14e81fd86

    0.4.0 Stable

    kikobar released this 2025-09-01 10:03:04 +00:00 | 7 commits to main since this release

    Add functionality for image generation.

    Downloads
  • 0.3.0 98660d372b

    0.3.0 Stable

    kikobar released this 2025-08-31 15:56:57 +00:00 | 9 commits to main since this release

    Added functionality for:

    • Adding metadata to Vector Stores
    • Adding attributes to Vector Store Files
    Downloads
  • 0.2.0 70194de64c

    0.2.0 Stable

    kikobar 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 19b13ecbff

    0.1.0 Stable

    kikobar released this 2025-08-31 04:10:06 +00:00 | 15 commits to main since this release

    Initial release.

    This release includes functionality for manipulating the main abstractions of the OpenAI model:

    • Conversations
    • Responses
    • Inputs
    • Items
    Downloads