This is a simple chat buble that you can user in your rails application. It's currently built to communicate with An open AI asisstant.
Copy the .env.example file and rename it to .env, update the values of the open ai access token and assistant id.
Setup the databse with the command ./bin/rails db:setup Use the command ./bin/dev to run the application