sambanova 1.0.7 → 1.0.8

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 +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -240,8 +240,6 @@ const client = new SambanovaClient('YOUR_API_KEY', {
240
240
 
241
241
  ---
242
242
 
243
- ---
244
-
245
243
  ## Oneshot Example To Test All Features
246
244
 
247
245
  ### Note:
@@ -377,7 +375,4 @@ testSambanova();
377
375
 
378
376
  ---
379
377
 
380
- ## License
381
-
382
- MIT
383
378
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sambanova",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "TypeScript/Javascript client for Sambanova AI API with comprehensive model support",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",