@shaped.ai/client

1.0.2 • Public • Published

Installation

npm install @shaped.ai/client


Usage

const shapedai = require('@shaped.ai/client');
async function retrieveRankResults() {
  const client = shapedai.Client('your_api_key');
  const model_name = 'my_first_model';
  const user_id = '1';
  const results = await client.rank({model_name, user_id});
  console.log(results);
}

Development

npm run build

Package Sidebar

Install

npm i @shaped.ai/client

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

616 kB

Total Files

60

Last publish

Collaborators

  • robbie.shaped
  • rjparton