JimZer

Results 30 comments of JimZer

Hey @feiyihx, thanks for proposing new features! Right now, the app uses gpt-3.5-turbo. You can see it here: https://github.com/bitswired/ai-chat-app/blob/c99ea2c9bbe54a725c5c24958ba0233aca3b6bdc/src/server/api/routers/chats.ts#L73 Would you be interested in using other models, like `text-davinvi-003`?

No problem :) I will deploy today a version that handles multiple users. You can create an account for your father, and you will have separated data (chats, templates, ...)....

Hey guys, sorry for the inconvenience. I'm trying to solve this bug but I can't reproduce the issue. Would one you be available this week to jump into a call...

@specked I created a forum and general discussion channels on my Discord. We can have a call there. Here is the link to the channel: https://discord.com/channels/869308014656651334/1083148313202806814 Let a message in...

@specked my bad. Can you try this one? https://discord.gg/kcMbF9h7

Hey guys, to update you, this weekend, I finished a major new version that handles multiple users. I will create and merge a PR today. I'm currently working on deploying...

Can you use the image from the DockerHub (see update in the README). Do you want to run the multi user or single user mode?

Hi guys, With the new version you need to run the Docker image with environment variables as follows: `docker run -p 3000:3000 --env-file=.env aichatapp` Inside the .env file you need...

@thomasWos Could you try this exact command? It's the one I use, and it works for me. It''s for the single user setup. ``` docker run -p 3000:3000 \ -e...

I'm glad it works for you now @thomasWos :)