Skip to content

🎒 飞书OpenAI插件大全: 数值公式计算、联网搜索、天气预报等

Notifications You must be signed in to change notification settings

ConnectAI-E/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.

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%