Skip to content

Commit

Permalink
automated release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Oct 30, 2023
1 parent 1bdf79f commit d45d3dd
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "app",
"name": "LLM",
"id": "grafana-llm-app",
"backend": true,
"streaming": true,
"executable": "gpx_llm",
"preload": true,
"info": {
"keywords": [
"app"
],
"description": "Plugin to easily allow LLM based extensions to grafana",
"author": {
"name": "Grafana"
},
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"screenshots": [
{
"name": "Configuration",
"path": "img/screenshot-configuration.png"
}
],
"version": "0.5.0",
"updated": "2023-10-30"
},
"includes": [],
"dependencies": {
"grafanaDependency": ">=9.5.2",
"plugins": []
}
}

0 comments on commit d45d3dd

Please sign in to comment.