Categorygithub.com/agi-cn/llmplugin
modulepackage
0.4.3
Repository: https://github.com/agi-cn/llmplugin.git
Documentation: pkg.go.dev

# README

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.

# Packages

No description provided by the author
No description provided by the author

# Functions

NewPluginManager create plugin manager.
WithPlugin enable one plugin.
WithPlugins enable multiple plugins.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author