v0.1.6
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.
- A generic class to handle user input and
Changed
- ai command
- changed to
directory
to be more descriptive
- changed to
- user id
- adding brand name before
uuid
foropenAi
to distinguish users.uuid
values seems to be similar which makeopenAi
confused about context
- adding brand name before
- config state
- storing
Prompt
to environment file state without impact existing credentials
- storing
Removed
- openAI model
- remove unsupported models on
openAi
- remove unsupported models on
- AWS platform - currently not supported
v0.1.4
andv0.1.5
wasn't documented and has a problems addressed inv0.1.6
. Therefore, wasn't tagged