Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @edgee-cloud/edgeers
* @edgee-ai/edgeers
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Edgee Contributor Guidelines

Welcome! This project is created by the team at [Edgee](https://www.edgee.cloud).
Welcome! This project is created by the team at [Edgee](https://www.edgee.ai).
We're glad you're interested in contributing! We welcome contributions from people of all backgrounds
who are interested in making great software with us.

At Edgee, we aspire to empower everyone to create interactive experiences. To do this,
we're exploring and pushing the boundaries of new technologies, and sharing our learnings with the open source community.

If you have ideas for collaboration, email us at opensource@edgee.cloud or join our [Discord](https://www.edgee.cloud/discord)!
If you have ideas for collaboration, email us at opensource@edgee.ai or join our [Discord](https://www.edgee.ai/discord)!

We're also hiring full-time engineers to work with us everywhere! Check out our current job postings [here](https://github.com/edgee-cloud/careers/issues).
We're also hiring full-time engineers to work with us everywhere! Check out our current job postings [here](https://github.com/edgee-ai/careers/issues).

## Issues

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Edgee TypeScript SDK

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

[![npm version](https://img.shields.io/npm/v/edgee.svg)](https://www.npmjs.com/package/edgee)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
Expand Down Expand Up @@ -73,13 +73,13 @@ for await (const chunk of edgee.stream('gpt-4o', 'Tell me a story')) {

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

**👉 [Official TypeScript SDK Documentation](https://www.edgee.cloud/docs/sdk/typescript)**
**👉 [Official TypeScript SDK Documentation](https://www.edgee.ai/docs/sdk/typescript)**

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

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/edgee-cloud/typescript-sdk"
"url": "https://github.com/edgee-ai/typescript-sdk"
},
"exports": {
".": {
Expand Down