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

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

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 `