Spiral-AI / SpiralFilm

Thin wrapper for OpenAI GPT APIs
MIT License
11 stars 0 forks source link

Update FilmEmbedConfig to include Azure API supportReason for update:… #14

Closed ysasaki6023 closed 1 year ago

ysasaki6023 commented 1 year ago

… Support for Azure API has been added to the FilmEmbedConfig class in order to provide compatibility with Azure services.Changes made:- Added new parameters api_type, azure_deployment_id, and azure_api_version to the FilmEmbedConfig constructor.- Updated the to_dict() method to include the new parameters when converting the config to a dictionary.Side effects:- The version of the package has been updated to 0.1.9.Ref: SPIRAL-1234