1.1.3-alpha • Published 7 months ago

sanity-plugin-chatgpt-assist v1.1.3-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

sanity-plugin-chatgpt-assist

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-chatgpt-assist

Usage

Add it as a plugin in sanity.config.ts (or .js):

import {defineConfig} from 'sanity'
import {chatGPTAssist} from 'sanity-plugin-chatgpt-assist'

export default defineConfig({
  //...
  plugins: [myPlugin({apiKey: string|async function, apiUrl: string})],
})

License

MIT © Scott Beck

Develop & test

This plugin uses @sanity/plugin-kit with default configuration for build & watch scripts.

See Testing a plugin in Sanity Studio on how to run this plugin with hotreload in the studio.

1.1.3-alpha

7 months ago

1.1.2-alpha

7 months ago

1.1.1-alpha

7 months ago

1.1.0-alpha

7 months ago

1.0.9-alpha

7 months ago

1.0.8-alpha

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago