KAMIENDER / gpt-plugins-helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpt-plugins-helper

中文版见README_zh.md

This is a simple plugin that utilizes the capabilities of GPT-4 to assist in finding the desired functionalities.

Installation Process

The plugin is designed to be compatible with Python version 3.11.3, but there should be no compatibility issues theoretically.

  • Run the command: pip install -r requirement.txt

Usage

  • Set the following environment variables:

    • MODEL_NAME: The name of the model to be used. It is recommended to use "gpt-3.5-turbo-16k".
    • OPENAI_API_KEY: Your OpenAI secret key.
  • Execute plugins.py to get the plugin.

About


Languages

Language:Python 100.0%