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

https://github.com/chetannihith/generative-system-design

Our Gen AI & LLM Project. That generates system design based on your input. Used Groq API. For further information just visit the website. If you like this repo give it a star ⭐️.
https://github.com/chetannihith/generative-system-design

Last synced: about 2 months ago
JSON representation

Our Gen AI & LLM Project. That generates system design based on your input. Used Groq API. For further information just visit the website. If you like this repo give it a star ⭐️.

Awesome Lists containing this project

README

          

# Generative-System-Design

before using this project, add an .env file in the directory with content:
```bash
GROQ_API_KEY='YOUR_GROQ_API_KEY(Without string format)'
```