Skip to content

Commit

Permalink
Merge branch 'main' into release/1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
akaster99 authored Dec 19, 2024
2 parents 4da6a1d + 16bf3cd commit b4aeb67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ import Ainize from '@ainize-team/ainize-js';
const Ainize = require('@ainize-team/ainize-js').default;
```

## Usage

### Create account

You should login to ainize with AI Network account before deploy the container.\
Expand Down Expand Up @@ -60,6 +58,7 @@ const ainize = new Ainize(1);
ainize.loginWithSigner();
```


This feature is supported from AIN Wallet version 2.0.5 or later.

### Using model
Expand Down Expand Up @@ -104,6 +103,7 @@ CONFIGURATION(JSON)

- modelName: The name you want to deploying model.
- modelUrl: Inference URL wrapped with ainize-wrapper-server.

<!--
- billingConfig: Billing configuration required for model usage.
- depositAddress: The address for receiving AIN deposits.
Expand Down Expand Up @@ -140,5 +140,5 @@ You can stop or run your model container. Only model deployer can use this.
```typescript
model.stop();
model.run();
```
-->
```

0 comments on commit b4aeb67

Please sign in to comment.