@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.
- package/README.md +1 -1
- 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
|
|
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';
|