Syed Muzamil
Syed Muzamil
Let me know if we can meet and check the issue. So that it could be resolved. Thanks.
Can you screen record how you are running this are what you are getting. After that I will see what could be done.
> ``` > > docker run --platform linux/amd64 -e DEFAULT_MODEL=gpt-4 -e OPENAI_API_KEY="sk-X" -p 3000:3000 ghcr.io/mckaywrigley/chatbot-ui:main > Are you not adding the key directly in the env.
Will see what could be done to fix this issue.
Right now all the conversations are stored locally on the browser. I am not sure if we will be implementing the syncing feature but that will be an interesting thing...
You can close the issue yourself.
@mckaywrigley I think this feature might be useful. And we should provide a prompt library that would have some of the popular prompts included in the prompt bar which would...
@tatsu-i check out https://chatify.blackkalu.com and let me know if this is how you want the prompt library to be.
Yes it could be done. I will implement that functionality in my repo and will let you know. Or you can keep checking that.
> Below is an example of a Dockerfile for this functionality. > > ```dockerfile > # ---- Base Node ---- > FROM node:19-alpine AS base > WORKDIR /app > COPY...