Skip to content

agi-cn/llmplugin

Repository files navigation

LLM Plugin

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.