https://github.com/alien-droid/gpt-clone-codita
A GPT Clone known as 'Codita' running on Google's Gemini-Pro
https://github.com/alien-droid/gpt-clone-codita
Last synced: about 1 year ago
JSON representation
A GPT Clone known as 'Codita' running on Google's Gemini-Pro
- Host: GitHub
- URL: https://github.com/alien-droid/gpt-clone-codita
- Owner: alien-droid
- Created: 2024-04-10T03:26:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T17:19:58.000Z (about 2 years ago)
- Last Synced: 2025-03-03T18:49:54.716Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://gpt-clone-codita.vercel.app
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I am building a GPT-Clone using Google Generative-AI (Gemini-Pro Model).
⚡ Tech Stack



---
### Libraries
- Vite (Build dependency)
- Express
- @Google Generative AI (https://www.npmjs.com/package/@google/generative-ai)
---
- The JS Client is built/deployed using Vercel: https://gpt-clone-codita.vercel.app/
- The JS Server is built/deployed using Render: https://gpt-clone-codita.onrender.com/
You can set up your environment using API Keys and store it in a '.env' file. ([API KEY](https://makersuite.google.com/app/apikey))
---
Referred from: https://www.youtube.com/watch?v=2FeymQoKvrk&t
