# 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:
2. TESTING
-
OpenAI:
cp .env.example .env
-
Google:
cd plugins/google cp .env.example .env
Run test:
go test -v ./...
3. RELEASE
v0.1.0
- init project.
- support plugin: Google for search, calculator for mathematical calculations.
# 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