Skip to content

Releases: projectdiscovery/aix

v0.0.5

11 Jan 19:16
Compare
Choose a tag to compare

What's Changed

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

11 Jan 19:05
Compare
Choose a tag to compare

What's Changed

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

25 May 12:10
Compare
Choose a tag to compare

What's Changed

   -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
   -sc, -system-context string[]  system message to send to the model (optional) (string,file)
   -t, -temperature string        openai model temperature
   -tp, -topp string              openai model top-p

Issues closed in this release - https://github.com/projectdiscovery/aix/milestone/3?closed=1

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2 (maintenance release)

05 May 18:51
ada4e4a
Compare
Choose a tag to compare

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

Full Changelog: v0.0.1...v0.0.2

v0.0.1

27 Mar 14:40
Compare
Choose a tag to compare
  • initial release