Robert Eles
Robert Eles
Hi @takatost – we are running the latest image. The documentation on Azure is not clear on what ENVs we should define https://d.pr/i/Z7oGUM. I found a few (`OPENAI_API_TYPE`, `OPENAI_API_VERSION`, `OPENAI_API_BASE`,...
Here are the logs: ``` Running migrations INFO [alembic.runtime.migration] Context impl PostgresqlImpl. INFO [alembic.runtime.migration] Will assume transactional DDL. [2023-05-25 11:13:06 +0000] [14] [INFO] Starting gunicorn 20.1.0 [2023-05-25 11:13:06 +0000] [14]...
Hi @takatost. Here are some updated logs: ``` During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/api/services/completion_service.py", line 197, in generate_worker Completion.generate( File...
That worked @takatost – we did lose all the db data by deleting the `docker/volumes/db/data` folder, but it's all ok (we didn't have much in there yet). Thanks your your...