Releases: projectdiscovery/aix
Releases · projectdiscovery/aix
v0.0.5
What's Changed
- Added model input & list models flags by @tarunKoyalwar in #94
MODEL:
-g3, -gpt3 use GPT-3.5 model (default true)
-g4, -gpt4 use GPT-4.0 model
-m, -model string specify model to use (ex: gpt-4-0314)
-lm, -list-models list available models
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Added model input & list models flags by @tarunKoyalwar in #94
MODEL:
-g3, -gpt3 use GPT-3.5 model (default true)
-g4, -gpt4 use GPT-4.0 model
-m, -model string specify model to use (ex: gpt-4-0314)
-lm, -list-models list available models
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Added streaming output support by @tarunKoyalwar in #40
-s, -stream stream output to stdout (markdown rendering will be disabled)
- Added markdown render in CLI output (optionally can be disabled) by @tarunKoyalwar in #40
-nm, -no-markdown skip rendering markdown response
- Added option to pass system context by @tarunKoyalwar in #40
-sc, -system-context string[] system message to send to the model (optional) (string,file)
- Added option to configure OpenAI API settings by @tarunKoyalwar in #40
-t, -temperature string openai model temperature
-tp, -topp string openai model top-p
- Fixed bug reading prompt from file by @RamanaReddy0M in #47
Issues closed in this release - https://github.com/projectdiscovery/aix/milestone/3?closed=1
New Contributors
- @RamanaReddy0M made their first contribution in #47
Full Changelog: v0.0.2...v0.0.3
v0.0.2 (maintenance release)
What's Changed
- Added example by @xm1k3 in #14
- chore(deps): bump github.com/projectdiscovery/utils from 0.0.17 to 0.0.18 by @dependabot in #15
- chore(deps): bump alpine from 3.17.2 to 3.17.3 by @dependabot in #16
- chore(deps): bump golang from 1.20.2-alpine to 1.20.3-alpine by @dependabot in #20
- chore(deps): bump github.com/sashabaranov/go-openai from 1.5.7 to 1.9.3 by @dependabot in #32
New Contributors
- @dependabot made their first contribution in #15
Full Changelog: v0.0.1...v0.0.2