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.
- package/README.md +0 -5
- 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
|
```
|