@rethink-ai/core 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,7 @@ npm install @rethink-ai/core
31
31
 
32
32
  #### 1. Inisialisasi Client
33
33
 
34
- Import dan inisialisasi client. API Key bersifat opsional untuk tier gratis (dengan batasan tertentu)
34
+ Import dan inisialisasi client. API Key bersifat wajib (dengan batasan tertentu untuk mengakses model berdasarkan tier)
35
35
 
36
36
  ```typescript
37
37
  import { rethink } from '@rethink-ai/core';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rethink-ai/core",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Official TypeScript SDK for ReThink Core API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",