An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

I am building a GPT-Clone using Google Generative-AI (Gemini-Pro Model).

⚡ Tech Stack

![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black) 
![Vite](https://img.shields.io/badge/Vite-61DAFB.svg?style=for-the-badge&logo=Vite&logoColor=black) 
![Node](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)
---
### 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

![image](https://github.com/alien-droid/gpt-clone-codita/assets/77412085/d9b1e782-1859-483e-af88-9ed273db60f9)