Skip to content

Releases: cetorres/ai-buddy

v.1.1.8

07 Aug 22:17
Compare
Choose a tag to compare
  • Updated dependencies versions.
    • Fixed an Ollama bug in Windows.

v1.1.7

04 Aug 17:54
Compare
Choose a tag to compare
  • Improved terminal color text, not showing on Windows (does not support).

v1.1.6

04 Aug 17:17
Compare
Choose a tag to compare
  • Fixed error on listing patterns on Windows.

v.1.1.5

03 Aug 02:07
ebe4ae9
Compare
Choose a tag to compare
  • New setup command to set up the app with the necessary configuration.
  • Not using environment variables anymore
  • Saving config file inside the User directory, .config directory.
  • Setup also copies patterns to config directory.
  • Removed default model
  • Bug fixes

v.1.1.4

31 Jul 23:38
Compare
Choose a tag to compare
  • Cleaned up web UI code: removed HTMX, now using only pure Javascript.
  • Added saving model and pattern preferences on the web UI.
  • Bug fixes.

v1.1.2

30 Jul 01:47
Compare
Choose a tag to compare
  • Added streaming to the web UI.
  • Improvements and bug fixes.

v1.1.3

30 Jul 17:53
Compare
Choose a tag to compare
  • Improved error handling for the web UI.
  • Added build flags to optimize the release binary size.

v1.1.1

29 Jul 02:34
Compare
Choose a tag to compare
  • Fixed web UI template to show page titles correctly.
  • Other improvements and bug fixes.

v1.1.0

28 Jul 20:51
Compare
Choose a tag to compare
  • NEW - Web UI:
    • Start an HTTP server with the web UI of the app.
    • You can use the web UI as an alternative to interact with the app.
    • By default, it starts a local HTTP server on port 8080, but you can change the port.
    • Set an environment variable: export AI_BUDDY_SERVER_PORT=<port>

v.1.0.0

25 Jul 22:54
Compare
Choose a tag to compare

LLM support

  • Google Gemini
  • OpenAI ChatGPT
  • Ollama (various models)

Other:

  • Ollama support uses the official Ollama API
  • Patterns are included in the release