supershaneski
supershaneski
By design, the `EndSession` button is shown if the AI decides to end the session but you can control it by manipulating `isSessionEnded` state variable. Just remove the conditional (Line...
Assuming that you are trying to add booking entry, yes you need to insert the output to your own MongoDB. Then you need to tell Chat API the result (if...
I will look into it but OpenAI just updated many things so I will also need to update everything here.
interesting idea. i will see what i can do.
Do you have a mongodb installed locally? It is used in saving the context and for the calendar and memory data.
i just tested it and the functions are working as expected. can you describe how do you run it so i can reproduce the problem?
You can just probably let Nuxt set the available port by editing package.json and removing the port entry. ```javascript "scripts": { "dev": "nuxt dev --host '0'", ... } ```
I just tested it. I cloned the project, setup the .env file with proper values and run at localhost. If you run using an IP address, you need to run...
I will check but I think I will be updating this soon for the updated OpenAI module
I updated the code and tested in mobile. It should probably fix your issue. Please check the README for the updates.