SkywardAI / kirin

APIs aggregator for inference, fine-tuning and build models.
https://skywardai.github.io/skywardai.io/
Apache License 2.0
5 stars 7 forks source link

[Feature]: The `version` API should return the components we are using #174

Closed Aisuko closed 1 week ago

Aisuko commented 2 weeks ago

Contact Details(optional)

No response

What feature are you requesting?

Currently, we only return version of the backend. We want to get more:

https://github.com/SkywardAI/chat-backend/blob/0321b7946d0dbbde1e0a692986a923c0e8a9d1c9/backend/src/api/routes/version.py#L28-L29

@Micost

Aisuko commented 2 weeks ago

More see here https://github.com/SkywardAI/chat-backend/blob/b861c2116d2fb4353fdfa50377b1785e14ba6892/backend/src/config/settings/base.py#L78-L81

Micost commented 1 week ago

Closed per PR #187