You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully deployed the app using docker-compose -f "docker/deploy/docker-compose.yml" up -d.
In my .env, I have added OPEN_API_TOKEN = '[redacted]' which contains a valid API key from Open AI.
However, the command to run /ai-story story doesn't show up.
If I use /ai-story open-ai Give me a poem instead, I get the following error in my logs.
2023-01-24 16:52:06 [Nest] 32 - 01/24/2023, 5:52:06 AM DEBUG [OpenAiCommand] /ai-story open-ai command called
2023-01-24 16:52:07 [Nest] 32 - 01/24/2023, 5:52:07 AM DEBUG [AiStoryService] Generating Give me a poem in style text-davinci-002
2023-01-24 16:52:07 [Nest] 32 - 01/24/2023, 5:52:07 AM ERROR [OpenAiCommand] Open-ai command failed with exception: Could not generate art "Give me a poem" based on AiStoryService in style "text-davinci-002"
The only command that reliably works is /ai-art wombo-dream.
The text was updated successfully, but these errors were encountered:
I successfully deployed the app using
docker-compose -f "docker/deploy/docker-compose.yml" up -d
.In my
.env
, I have addedOPEN_API_TOKEN = '[redacted]'
which contains a valid API key from Open AI.However, the command to run
/ai-story story
doesn't show up.If I use
/ai-story open-ai Give me a poem
instead, I get the following error in my logs.The only command that reliably works is
/ai-art wombo-dream
.The text was updated successfully, but these errors were encountered: