Version 0.1.0
First official release
Added
- Better support for GPT-3.5 models
- More command line arguments
--conv
to set previous conversation ID to continue from--prompt
to set initial prompt--delete
to delete existing code if present--versions
to create multiple versions of the same project at once--temp
to set temperature of GPT API--better
to automatically make prompt better with GPT--not-better
to not ask to make prompt better with GPT--ask-better
to ask for confirmation of using better prompt when automatically making better prompt--better-versions
to create a separate better prompt for every version
Fixed
- API loop when invalid model was used in settings (issue #3)
Changed
- Conversation ID is now set with
--conv
flag, instead of the first command line argument