diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 541175b..adaf33e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @edgee-cloud/edgeers +* @edgee-ai/edgeers diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f4a7bf5..9bd02ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index aefc091..709dca6 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/package.json b/package.json index 5a9aa8d..f6f97c4 100644 --- a/package.json +++ b/package.json @@ -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": { ".": {