This is a chat application built using React which makes use of openRouter's API
and the model gryphe/mythomist-7b:free
. Chat with Jessica about your interests and desires.
For more visit the official docs of OpenRouter and Firebase: https://openrouter.ai/docs#principles
https://firebase.google.com/docs/auth/web/start?hl=en&authuser=0
https://firebase.google.com/docs/database/web/start?hl=en&authuser=0
Login to use the application Desktop chat
- Clone the project using the command
git clone https://github.com/saikiran76/OpenRouterChat.git
- cd into the project:
cd OpenRouterChat
- Install the required dependencies using:
npm install
- Start and run the project on local host:
npm start