We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
My config.yaml is provided, with the correct values
services: openai: apiKey: sk-sFxxxxxxxxxxxxxxxxxxhiddenxxxxxxxxxxxxxxxx elevenlabs: apiKey: 83cxxxxxxxxxhiddenxxxxxxxxx
and even if the docker image says it's loaded
chatgpt-chat-1 | chatgpt-chat-1 | > chat-with-gpt@0.2.3 start chatgpt-chat-1 | > npx ts-node --logError src/index.ts chatgpt-chat-1 | chatgpt-chat-1 | Loaded config from: /app/data/config.yaml chatgpt-chat-1 | Configuring Passport. chatgpt-chat-1 | Initializing database adapter for sqlite3. chatgpt-chat-1 | Open http://localhost:3000 in your browser.
The frontend considers I set no key
What did I miss? Could you help, please?
The text was updated successfully, but these errors were encountered:
It did the same for me - claiming to have loaded the config file but seemingly ignoring the API key. The following worked for me.
Taking a peek at the code (config.ts) it looks like it is also expecting a yaml key below it called "loginRequired: true|false"
Give this a shot:
services: openai: apiKey: sk-sFxxxxxxxxxxxxxxxxxxhiddenxxxxxxxxxxxxxxxx loginRequired: false elevenlabs: apiKey: 83cxxxxxxxxxhiddenxxxxxxxxx
Sorry, something went wrong.
No branches or pull requests
Hi,
My config.yaml is provided, with the correct values
config.yaml
and even if the docker image says it's loaded
The frontend considers I set no key
What did I miss?
Could you help, please?
The text was updated successfully, but these errors were encountered: