Skip to content

Commit

Permalink
feat: LLM connection types
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Dec 26, 2024
1 parent 79ebc04 commit 95d1b55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/connections.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (

// List of all connection types
const (
ConnectionTypeAnthropic = "anthropic"
ConnectionTypeAWS = "aws"
ConnectionTypeAzure = "azure"
ConnectionTypeAzureDevops = "azure_devops"
Expand All @@ -46,6 +47,8 @@ const (
ConnectionTypeMongo = "mongo"
ConnectionTypeMySQL = "mysql"
ConnectionTypeNtfy = "ntfy"
ConnectionTypeOllama = "ollama"
ConnectionTypeOpenAI = "openai"
ConnectionTypeOpsGenie = "opsgenie"
ConnectionTypePostgres = "postgres"
ConnectionTypePrometheus = "prometheus"
Expand Down

0 comments on commit 95d1b55

Please sign in to comment.