Add glot run code agent

This commit is contained in:
2024-12-24 23:16:14 +08:00
parent d4f9650bc7
commit be465a7bd7
3 changed files with 122 additions and 1 deletions
+4
View File
@@ -31,4 +31,8 @@ object PluginConfig : AutoSavePluginConfig("Config") {
@ValueDescription("SearXNG 搜索引擎地址,如 http://127.0.0.1:8080/search 必须启用允许json格式返回")
val searXngUrl: String by value("")
@ValueDescription("在线运行代码 glot.io 的 api token,在官网注册账号即可获取。")
val glotToken: String by value("")
}