Skip to content

Commit

Permalink
Merge pull request #160 from ainize-team/feat/woojae/merge
Browse files Browse the repository at this point in the history
mege main to develop
  • Loading branch information
akaster99 authored Dec 19, 2024
2 parents f5a252e + 2d8e96a commit 8f66262
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 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 @@ -104,6 +102,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 +139,4 @@ You can stop or run your model container. Only model deployer can use this.
```typescript
model.stop();
model.run();
```
-->

0 comments on commit 8f66262

Please sign in to comment.