Skip to content

ThalesDavila/serverless-chatgpt-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Chatgpt Template

ℹ️ The default template isn't designed to work immediately with ChatGPT; it's a starting point for developing plugins that require customization for meaningful responses.

Installation

First, install the Serverless Framework if you haven't already:

npm install

Usage

local development

You can integrate with chatgpt locally! They allow you to use localhost:<port> as the plugin domain!

npm run offline 

deploy

npm run deploy 

Adapting the Template for Your Specific ChatGPT Plugin Needs

The default configuration provided in the template is not intended to work immediately with ChatGPT. This is because ChatGPT is designed to provide meaningful and contextually relevant responses to user queries, rather than simply returning a "Hello, World!" message.

The template serves as a starting point for developing a plugin that can enhance the capabilities of ChatGPT by integrating with external services or providing additional functionality. As such, it requires customization and configuration to suit the specific needs of the plugin you are developing.

In other words, the default configuration is a scaffold that helps you get started with plugin development. It's up to you to modify and expand it to create a plugin that can interact effectively with ChatGPT and provide the desired functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published