sukima icon indicating copy to clipboard operation
sukima copied to clipboard

A ready-to-deploy container for implementing an easy to use REST API to access Language Models.

Results 7 sukima issues
Sort by recently updated
recently updated
newest added

better to fix the root cause but this is a temporary fix

Thanks for this great project! I have a few issues with the models though. It is rather confusing that you get an error message regarding a missing OpenAI token if...

There are frequent timeouts when making requests to the SQL database especially when RAM usage is particularly high. ![image](https://user-images.githubusercontent.com/26317155/163651826-32a77d0d-4926-412a-b815-7e55cebf2b9e.png)

CORS is not supported on browsers as Allowed Origins is missing from CORSMiddleware ![image](https://user-images.githubusercontent.com/26317155/147866576-b2d8cdc8-c847-4659-ab9b-7bb8166dd431.png)

The app becomes completely unresponsive when processing requests that involve transformers. Using a queueing system like [Celery](https://docs.celeryproject.org/) that offloads such heavy tasks onto separate workers will greatly improve the end-user...

enhancement
help wanted