Skip to content

Commit

Permalink
automated release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Mar 11, 2024
1 parent 40a369a commit 151a74e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"$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.6.4",
"updated": "2024-03-11"
},
"includes": [],
"dependencies": {
"grafanaDependency": ">=9.5.2",
"plugins": []
},
"iam": {
"permissions": [
{
"action": "orgs:read"
}
]
}
}

0 comments on commit 151a74e

Please sign in to comment.