https://github.com/eniompw/groqgpt
Super Simple ChatGPT Clone
https://github.com/eniompw/groqgpt
chatgpt groq llm vercel
Last synced: 2 months ago
JSON representation
Super Simple ChatGPT Clone
- Host: GitHub
- URL: https://github.com/eniompw/groqgpt
- Owner: eniompw
- License: mit
- Created: 2024-05-16T17:55:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T14:01:03.000Z (about 1 year ago)
- Last Synced: 2025-06-03T21:03:01.423Z (4 months ago)
- Topics: chatgpt, groq, llm, vercel
- Language: Python
- Homepage: https://gpt.eniof.com
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLM on Vercel and Groq
Super Simple ChatGPT Clone
Based on:
* [Python Groq REST](https://github.com/eniompw/LLMVercelGroq/blob/main/rest.py) - [Groq Quickstart](https://console.groq.com/docs/quickstart)
* [Vercel Flask](https://github.com/eniompw/VercelFlask)
* [Forms in Flask](https://github.com/eniompw/FormsInFlask) - [Login Form Template](https://www.w3schools.com/howto/howto_css_login_form.asp?)
* [Get API key](https://console.groq.com/keys)## Setup API Key Environment Variable
```
echo 'export GROQ_API_KEY=gsk_...' >> ~/.bashrc
source ~/.bashrc
```## Install Requirements
` pip install -r requirements.txt `## Run
` python app.py `