New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@webgpt/sdk

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webgpt/sdk - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

2

package.json
{
"name": "@webgpt/sdk",
"version": "0.9.0",
"version": "0.10.0",
"description": "Library to supercharge your use of large language models",

@@ -5,0 +5,0 @@ "private": false,

@@ -7,2 +7,4 @@ # ⏣ WebGPT SDK

First, install the package:
```bash

@@ -14,7 +16,26 @@

See usage examples in the [/samples](./samples) directory.
Then, you can use the SDK in your code:
```typescript
import { WebgptSdk } from '@webgpt/sdk';
const webgpt = new WebgptSdk({
apiKey: 'YOUR_API_KEY',
});
const task = webgpt.makeAssignment({
idea: `Crocodile zoo`
language: `en`,
});
const { assignment } = await task.asPromise();
console.info(`Assignment:`, '\n', assignment);
```
See more usage examples in the [/samples](./samples) directory.
## Access
!!!
This is internal SDK for our partners.
If you are interested in using it, please contact us at [pavol@webgpt.cz](https://www.pavolhejny.com/contact).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc