seacloud-sdk 0.12.0 → 0.12.2

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 CHANGED
@@ -28,7 +28,7 @@ import { initSeacloud, agentChatCompletions, createTextMessage } from 'seacloud-
28
28
  initSeacloud({
29
29
  apiKey: 'your-api-key',
30
30
  baseUrl: 'https://proxy-rs.seaverse.ai',
31
- xProject: 'SeaArt', // Optional, defaults to 'SeaVerse'
31
+ xProject: 'SeaVerse', // Optional, defaults to 'SeaVerse'
32
32
  });
33
33
  ```
34
34
 
@@ -84,10 +84,10 @@ for await (const chunk of stream) {
84
84
  The `xProject` parameter sets the `X-Project` request header to identify the source project. Different projects may have different quotas and permissions:
85
85
 
86
86
  ```typescript
87
- // SeaArt project
87
+ // SeaVerse project
88
88
  initSeacloud({
89
89
  apiKey: 'your-api-key',
90
- xProject: 'SeaArt',
90
+ xProject: 'SeaVerse',
91
91
  });
92
92
 
93
93
  // KIIRA project