1.0.3 • Published 2 years ago

sanity-plugin-chat-gpt v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago