Skip to content

Instantly share code, notes, and snippets.

View chaeritas's full-sized avatar

Chaeyun Ko chaeritas

View GitHub Profile
{
manifest_version: "0.1.0",
config_schema: {
type: "object",
properties: {
OPENAI_API_KEY: { type: "string", secret: true },
},
required: ["OPENAI_API_KEY"],
additionalProperties: false,