1.0.3 • Published 1 year ago

sanity-plugin-chat-gpt v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

sanity-plugin-chat-gpt

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-chat-gpt

Usage

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

import { defineConfig } from 'sanity';
import { chatGPT } from 'sanity-plugin-chat-gpt';

export default defineConfig({
  //...
  plugins: [chatGPT({API_KEY: "OPEN_AI_API_KEY"})],
});

License

MIT © Hrithik Prasad

Develop & test

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

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago