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

[Issue]: APIs doesn't work well #199

Closed Aisuko closed 1 week ago

Aisuko commented 1 week ago

Contact Details(optional)

No response

What is the issue you are having?

currently querying POST and GET /api/chat, header is like this headers: { authenticated: session-id }

and POST /api/chat body is like { sessionUuid: null or uuid, message: string }

GET /api/auth/token would get 500 internal server error, so not able to test others,

Relevant log output

No response

Aisuko commented 1 week ago

Close by https://github.com/SkywardAI/kirin/pull/207