Skip to content

Commit

Permalink
Merge pull request #28 from conneroisu/devie
Browse files Browse the repository at this point in the history
devie
  • Loading branch information
conneroisu authored Sep 6, 2024
2 parents 075463b + 8443c29 commit b5423e0
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
# groq-go

[![Go Reference](https://pkg.go.dev/badge/github.com/conneroisu/groq-go.svg)](https://pkg.go.dev/github.com/conneroisu/groq-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/conneroisu/groq-go)](https://goreportcard.com/report/github.com/conneroisu/groq-go)
[![Coverage Status](https://coveralls.io/repos/github/conneroisu/groq-go/badge.svg?branch=main)](https://coveralls.io/github/conneroisu/groq-go?branch=main)

A community Go client implementation for the [Groq API](https://wow.groq.com/).

Groq is a super fast way to query open source llms.

## Features

- [!] Supports all models from [Groq](https://wow.groq.com/) in a type-safe way.
- [!] Supports streaming.
- [!] Supports moderation.
- [!] Supports audio transcription.
- [!] Supports audio translation.
- [!] Supports Tool Use.
- [!] Supports Function Calling.
- [x] Supports all models from [Groq](https://wow.groq.com/) in a type-safe way.
- [x] Supports streaming.
- [x] Supports moderation.
- [x] Supports audio transcription.
- [x] Supports audio translation.
- [x] Supports Tool Use.
- [x] Supports Function Calling.

## Installation

Expand Down

0 comments on commit b5423e0

Please sign in to comment.