- Load history bofore listing
- Add command parser in text interactive mode
- Add command parser in translate interactive mode
- Fix config example in README.md
- Add sdk openai for image generation command
- Add image generation command
- Add parameter -u for text command to web page content
- Parameter -f in text command accept image file (only for claude sdk)
- Parameter -s accepte now one value (breaking change)
- Add parameter -i for text command to not make api call
- Improve the way we initialize the sdk
- Rename
system
parameter tocontext
for text command (breaking change)
- Add parameter -L for text command to list all history name
- Add sdk mistral for text command
- Improve the way we add message to history
- Improve input function for interactive mode
- Add interactive mode for translate command
- Add sdk deepl for translate command
- Add interactive mode for text command
- Add parameter for text command
sdk
: Select the sdk to usehistory
: Select the history to usemodel
: Select the model to usetemp
: Set the temperaturesystem
: Prompt with system rolefile
: Add content of file text to historyclear
: Clear the historylist-history
: List all history
- Add history with name for text command
- Add sdk claude for text command
- Add sdk openai for text command
- Add localized for
en
andfr
- Read config.ini file