Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/radyai/groq-api

This is an api made using the Groq API which was remade to make it easier to use the api so you just need to use it directly on the frontend.
https://github.com/radyai/groq-api

api fastify groq-ai

Last synced: about 18 hours ago
JSON representation

This is an api made using the Groq API which was remade to make it easier to use the api so you just need to use it directly on the frontend.

Awesome Lists containing this project

README

        

# Groq API

Ini api yang dibuat menggunakan [Groq API](https://groq.com) yang dibuat ulang untuk memudahkan menggunakan api nya jadi tinggal langsung pake saja di frontend.

Untuk api yang ini menggunakan model `llama3-8b-8192` ya gitu dah intinya ini udah tinggal dipake aja.

## Gimana cara pakainya?

Buat endpointnya sendiri yaitu `groq-api.radya.fun/chat` methodnya **POST** dan untuk request body isinya ada ini:

```json
{
"msg": "",
"password": ""
}
```
- **msg:** Ini buat chat yang mau ditanya ke groq.
- **password:** Ini ya password buat bisa pake api nya, passwordnya apa? rahasia dong hehe.

Made by [Radya](https://radya.fun)