Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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.
- Host: GitHub
- URL: https://github.com/radyai/groq-api
- Owner: RadyaI
- Created: 2024-07-11T11:31:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T04:19:58.000Z (6 months ago)
- Last Synced: 2024-10-12T02:42:09.643Z (2 months ago)
- Topics: api, fastify, groq-ai
- Language: JavaScript
- Homepage: https://groq-api.radya.fun
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)