Aiac Versions Save

Artificial Intelligence Infrastructure-as-Code Generator.

v4.2.0

3 months ago

Changelog

  • bfc9a45 Add support for the Ollama backend
  • 9d24ddf Bugfix: segfault when OpenAI API key not provided

v4.1.0

4 months ago

Changelog

  • 043a0d0 Add ability to save and continue chatting
  • ab97758 Remove deprecated OpenAI models

v4.0.0

4 months ago

Changelog

  • 5b239c5 Update major version in goreleaser.yml
  • 4c6ca4b Add support for Amazon Bedrock

v2.5.0

11 months ago

Changelog

  • 75a0ab3 Add support for azure open ai api adaptations (#59)
  • 43a6574 Change clipboard package (#54)
  • 209a69f Update goreleaser.yml (#52)

v2.4.0

1 year ago

Changelog

  • 13c7cc3 Change clipboard package
  • 209a69f Update goreleaser.yml (#52)

v2.3.0

1 year ago

Changelog

  • a2f3a71 Allow copying to clipboard in quiet mode
  • 90d1e14 Add the ability to ask with a conversation history to improve results.
  • 55b942b Add ability to copy to clipboard in interactive mode
  • b593087 Add support for GPT-4 models
  • 22f0a30 Add a check for --full flag when constructing a prompt
  • 9cc08e6 Allow returning full Markdown response to stdout
  • 2b58074 Update README.md

v2.2.0

1 year ago

Changelog

  • 94a936e Introduce chat mode, refactor API (#32)

v2.1.0

1 year ago

Changelog

  • f89e9b7 Switch to ChatGPT API by default, allow other models (#27)
  • 7b39661 Merge pull request #26 from gofireflyio/ido-pricing
  • 7a4127d Add important information to the README

v2.0.0

1 year ago

Changelog

  • e42a13c Merge pull request #22 from gofireflyio/ido-api
  • acbe643 Remove ChatGPT support, document code, small refactor
  • 4409dc3 Install the CodeSee workflow. Learn more at https://docs.codesee.io (#13)
  • 06b6c73 Merge pull request #11 from gofireflyio/readme-more-usecase
  • 7148254 resloving pr comments
  • 27ba918 addtional use cases and support info
  • 640def0 Update README.md
  • 855feb3 adding more example to the readme (#10)
  • 54d5267 Update README.md (#9)
  • 8f43cba Update README.md

v1.0.0

1 year ago

Changelog

  • 0419245 Support brew installation (#7)
  • a8ee156 Set gofireflyio/aiac image name (#6)
  • 842d739 Fix ci (#5)
  • e603828 Add Dockerfile (#4)
  • dd6a9e0 Remove SBOM (#3)
  • a3f4278 Add go releaser (#2)
  • 4f736d3 Add loader and texts inputs for a better UX (#1)
  • 278c7e6 Add support for OpenAI API
  • da3edd0 Introduce aiac, an AI-generate IaC tool
  • 9de3798 Initial commit