Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saikiran76/openrouterchat
https://github.com/saikiran76/openrouterchat
ai chat firebase firebase-auth javascript openai openrouter reactjs redux
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/saikiran76/openrouterchat
- Owner: saikiran76
- Created: 2024-05-09T14:04:19.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-06T07:19:47.000Z (6 months ago)
- Last Synced: 2024-11-08T17:15:20.466Z (about 2 months ago)
- Topics: ai, chat, firebase, firebase-auth, javascript, openai, openrouter, reactjs, redux
- Language: JavaScript
- Homepage: https://open-router-chat.vercel.app
- Size: 1.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SECRET DESIRES PROJECT
## Techstack
## Overview
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.
## Planning of the applicaiton design
![alt text](planning.png)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`## Snaps of the project
![alt text](image-2.png)
Login to use the application
![alt text](image.png)
Desktop chat
![alt text](image-1.png)## Local Setup
1) Clone the project using the command `git clone https://github.com/saikiran76/OpenRouterChat.git`
2) cd into the project: `cd OpenRouterChat`
3) Install the required dependencies using: `npm install`
4) Start and run the project on local host: `npm start`