Skip to content

v0.1.6

Compare
Choose a tag to compare
@yalattas yalattas released this 09 Jun 21:03
· 6 commits to main since this release

v0.1.6 - 2023-06-09 - latest

Added

  • Image command

    • Allowing user to generate an image based on prompt as an input.
    • Save image to the current directory where user called the command.
  • Exception handlation

    • Raising exception in few cases to better explain what happened to the user.
  • Prompt

    • A generic class to handle user input and expires_at as a placeholder.

Changed

  • ai command
    • changed to directory to be more descriptive
  • user id
    • adding brand name before uuid for openAi to distinguish users. uuid values seems to be similar which make openAi confused about context
  • config state
    • storing Prompt to environment file state without impact existing credentials

Removed

  • openAI model
    • remove unsupported models on openAi
  • AWS platform - currently not supported

v0.1.4 and v0.1.5 wasn't documented and has a problems addressed in v0.1.6. Therefore, wasn't tagged