Skip to content

Commit

Permalink
Merge pull request #28 from grafana/setup-drone-ci
Browse files Browse the repository at this point in the history
Configure Drone and Fix Issues
  • Loading branch information
csmarchbanks authored Sep 5, 2023
2 parents afae07f + 9ba5cc1 commit 95911df
Show file tree
Hide file tree
Showing 7 changed files with 1,934 additions and 311 deletions.
90 changes: 0 additions & 90 deletions .github/workflows/ci.yml

This file was deleted.

131 changes: 0 additions & 131 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Grafana LLM App (Experimental)

A Grafana plugin designed to centralise access to LLMs, providing authentication, rate limiting, and more.
A Grafana plugin designed to centralize access to LLMs, providing authentication, rate limiting, and more.
Installing this plugin will enable various pieces of LLM-based functionality throughout Grafana.

Note: This plugin is **experimental**, and may change significantly between
Expand Down
40 changes: 40 additions & 0 deletions cspell.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"ignorePaths": [
"coverage/**",
"cypress/**",
"dist/**",
"go.sum",
"mage_output_file.go",
"node_modules/**",
"provisioning/**/*.yaml",
"src/dashboards/*.json",
"**/testdata/**/*.json",
"**/testdata/**/*.jsonc",
"vendor/**",
"cspell.config.json",
"package.json",
"yarn.lock",
"docker-compose*.yaml",
"docker-compose*.yml"
],
"ignoreRegExpList": [
// ignore multiline imports
"import\\s*\\((.|[\r\n])*?\\)",
// ignore single line imports
"import\\s*.*\".*?\""
],
"words": [
"AIURL",
"datasource",
"datasources",
"eventsource",
"grafana",
"httpadapter",
"instancemgmt",
"llms",
"openai",
"proxying",
"testid",
"unmarshalling"
]
}
Loading

0 comments on commit 95911df

Please sign in to comment.