LLM Plugin

May 10, 2023 ยท View on GitHub

LLM Plugin system.

1. Plugins

2.1 Google Search

Get Google Search token: https://docs.chatkit.app/tools/google-search.html

2.2 Stable Diffusion

Generate photo by stable diffusion plugin, like:

girl

2. TESTING

  1. OpenAI:

    cp .env.example .env
    
  2. Google:

    cd plugins/google
    
    cp .env.example .env
    

Run test:

go test -v ./...

3. RELEASE

v0.1.0

  1. init project.
  2. support plugin: Google for search, calculator for mathematical calculations.

Contents

  1. 11. Plugins
  2. 1.12.1 Google Search
  3. 1.22.2 Stable Diffusion
  4. 22. TESTING
  5. 33. RELEASE
  6. 3.1v0.1.0