Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboubakar authored and Zorin95670 committed Oct 15, 2024
1 parent af683e7 commit b739b3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]
## [1.0.0] - 2024/10/15

### Added

Expand All @@ -19,4 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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
- Add health endpoint

[1.0.0]: https://github.com/ditrit/leto-modelizer-ai-proxy/blob/main/changelog.md#1.0.0

2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ async def root() -> dict:
"""
This endpoint is the entrypoint of the API and returns a diagnostic message.
"""
return {"status": "ok", "version": "0.0.0"}
return {"status": "ok", "version": "1.0.0"}

0 comments on commit b739b3b

Please sign in to comment.