Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
chore: renamed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
francis2tm committed Jan 22, 2024
1 parent cc06bc1 commit eb591bf
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
Expand Up @@ -15,7 +15,7 @@ yarn add edgen

## Usage

The full API of this library can be found in [api.md file](api.md) along with many [code examples](https://github.com/edgenai/edgen-node-client/tree/master/examples). The code below shows how to get started using the chat completions API.
The full API of this library can be found in [api.md file](api.md) along with many [code examples](https://github.com/edgenai/edgen-client-node/tree/master/examples). The code below shows how to get started using the chat completions API.

<!-- prettier-ignore -->
```js
Expand Down Expand Up @@ -185,7 +185,7 @@ import Edgen from 'edgen';
```

To do the inverse, add `import "edgen/shims/node"` (which does import polyfills).
This can also be useful if you are getting the wrong TypeScript types for `Response` - more details [here](https://github.com/edgenai/edgen-node-client/tree/master/src/_shims#readme).
This can also be useful if you are getting the wrong TypeScript types for `Response` - more details [here](https://github.com/edgenai/edgen-client-node/tree/master/src/_shims#readme).

You may also provide a custom `fetch` function when instantiating the client,
which can be used to inspect or alter the `Request` or `Response` before/after each request:
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",
"main": "dist/index.js",
"type": "commonjs",
"repository": "github:edgenai/edgen-node-client",
"repository": "github:edgenai/edgen-client-node",
"license": "Apache-2.0",
"packageManager": "[email protected]",
"private": false,
Expand Down

0 comments on commit eb591bf

Please sign in to comment.