-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
I'm trying to self-host ChartDB and saw the docs in the README.md. It says: docker run -e OPENAI_API_KEY=<YOUR_OPEN_AI_KEY> -p 8080:80 ghcr.io/chartdb/chartdb:latest and I give the OpenAI API Key like this. But I also tried it with OPENAI_TOKEN. None of these worked.
What I tried is to export my SQLite database as Postgres or MySQL. I will get the following error in my locale:
Fehler beim Generieren des SQL-Skripts. Bitte versuchen Sie es später erneut oder [kontaktieren Sie uns](mailto:support@chartdb.io).
Verwenden Sie Ihren OPENAI_TOKEN, siehe Anleitung [hier](https://github.com/chartdb/chartdb).
If I have a look at the Docker container logs, I cannot see anything. Only the web access is logged, and I don't even see any errors or debug logs. Is there a possibility to enable a log level? It would be important for problems like this.
And please show the version of ChartDB somewhere in the UI, or at least in the logs while starting. I'm using the latest image, but I cannot tell you which version it is, and after a while, nobody who sees this issue will know which version was meant. Probably v1.17.0.