Skip to content

Commit 46a8c41

Browse files
committed
chore: edgee rename
1 parent affa323 commit 46a8c41

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @edgee-cloud/edgeers
1+
* @edgee-ai/edgeers

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Edgee Python SDK
22

3-
Lightweight, type-safe Python SDK for the [Edgee AI Gateway](https://www.edgee.cloud).
3+
Lightweight, type-safe Python SDK for the [Edgee AI Gateway](https://www.edgee.ai).
44

55
[![PyPI version](https://img.shields.io/pypi/v/edgee.svg)]( )
66
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
@@ -70,13 +70,13 @@ for chunk in edgee.stream("gpt-4o", "Tell me a story"):
7070

7171
For complete documentation, examples, and API reference, visit:
7272

73-
**👉 [Official Python SDK Documentation](https://www.edgee.cloud/docs/sdk/python)**
73+
**👉 [Official Python SDK Documentation](https://www.edgee.ai/docs/sdk/python)**
7474

7575
The documentation includes:
76-
- [Configuration guide](https://www.edgee.cloud/docs/sdk/python/configuration) - Multiple ways to configure the SDK
77-
- [Send method](https://www.edgee.cloud/docs/sdk/python/send) - Complete guide to non-streaming requests
78-
- [Stream method](https://www.edgee.cloud/docs/sdk/python/stream) - Streaming responses guide
79-
- [Tools](https://www.edgee.cloud/docs/sdk/python/tools) - Function calling guide
76+
- [Configuration guide](https://www.edgee.ai/docs/sdk/python/configuration) - Multiple ways to configure the SDK
77+
- [Send method](https://www.edgee.ai/docs/sdk/python/send) - Complete guide to non-streaming requests
78+
- [Stream method](https://www.edgee.ai/docs/sdk/python/stream) - Streaming responses guide
79+
- [Tools](https://www.edgee.ai/docs/sdk/python/tools) - Function calling guide
8080

8181
## License
8282

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
requires-python = ">=3.10"
88
dependencies = []
99
authors = [
10-
{ name = "Edgee", email = "support@edgee.cloud" }
10+
{ name = "Edgee", email = "support@edgee.ai" }
1111
]
1212
keywords = ["ai", "llm", "gateway", "openai", "anthropic"]
1313
classifiers = [
@@ -22,8 +22,8 @@ classifiers = [
2222
]
2323

2424
[project.urls]
25-
Homepage = "https://github.com/edgee-cloud/python-sdk"
26-
Repository = "https://github.com/edgee-cloud/python-sdk"
25+
Homepage = "https://github.com/edgee-ai/python-sdk"
26+
Repository = "https://github.com/edgee-ai/python-sdk"
2727

2828
[project.optional-dependencies]
2929
dev = ["pytest>=8.0.0", "ruff>=0.8.0"]

0 commit comments

Comments
 (0)