Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.08 KB

changelog.md

File metadata and controls

25 lines (18 loc) · 1.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning

1.0.0 - 2024/10/15

Added

  • Setup the project
  • Create Ollama handler in order to generate code through the /api/diagram route
  • Handle Modelfiles for Ollama (terraform, kubernetes and github actions)
  • Migrate to python 3.12
  • Migrate from uvicorn to hypercorn
  • Add new Ollama model files (for generate and message)
  • Handle new /api/message endpoint for Ollama, that send messages to the Ollama AI and get a response with the associated context
  • Added new Gemini model files (for generate and message). Conversation with a context is not supported.
  • Added Docker compose (works only with nvidia gpu)
  • The initialize script is now separated from the main script. It can be launched from the root folder, anytime.
  • Add health endpoint