Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 18, 2024
1 parent 2feb9e1 commit 07ed37f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Cohere Python Library provides convenient access to the Cohere API from appl
# Installation

```sh
pip install --upgrade cohere-ai
pip install --upgrade cohere
```
<!-- End Installation -->

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "cohere-ai"
name = "cohere"
version = "5.0.0a0"
description = ""
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/cohere/core/client_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(
def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "cohere-ai",
"X-Fern-SDK-Name": "cohere",
"X-Fern-SDK-Version": "5.0.0a0",
}
if self._client_name is not None:
Expand Down

0 comments on commit 07ed37f

Please sign in to comment.