Skip to content

Commit

Permalink
feat: update via SDK Studio (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Feb 15, 2024
1 parent ba81c42 commit 8d92c08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Groq Python API library

[![PyPI version](https://img.shields.io/pypi/v/groqcloud.svg)](https://pypi.org/project/groqcloud/)
[![PyPI version](https://img.shields.io/pypi/v/groq.svg)](https://pypi.org/project/groq/)

The Groq Python library provides convenient access to the Groq REST API from any Python 3.7+
application. The library includes type definitions for all request params and response fields,
Expand All @@ -13,7 +13,7 @@ The REST API documentation can be found [on console.groq.com](https://console.gr
## Installation

```sh
pip install groqcloud
pip install groq
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "groqcloud"
name = "groq"
version = "0.1.0"
description = "The official Python library for the groq API"
readme = "README.md"
Expand Down

0 comments on commit 8d92c08

Please sign in to comment.