sukima
sukima copied to clipboard
A ready-to-deploy container for implementing an easy to use REST API to access Language Models.
better to fix the root cause but this is a temporary fix
fixes #34
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. 
CORS is not supported on browsers as Allowed Origins is missing from CORSMiddleware 
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...