data fixes, partial custom indicator support

This commit is contained in:
2026-04-08 21:28:31 -04:00
parent b701554996
commit a70dcd954f
81 changed files with 5438 additions and 1852 deletions

View File

@@ -22,8 +22,8 @@ data:
# Default model (if user has no preference)
defaults:
model_provider: anthropic
model: claude-sonnet-4-6
model_provider: deepinfra
model: zai-org/GLM-5
# Kubernetes configuration
kubernetes:

View File

@@ -5,4 +5,4 @@ metadata:
namespace: ai
type: Opaque
stringData:
anthropic-api-key: "{{ op://AI Prod/Gateway/anthropic_api_key }}"
deepinfra-api-key: "{{ op://AI Prod/Gateway/deepinfra_api_key }}"

View File

@@ -14,10 +14,11 @@ stringData:
# LLM Provider API Keys
llm_providers:
anthropic_api_key: "{{ op://AI Prod/Gateway/anthropic_api_key }}"
openai_api_key: "{{ op://AI Prod/Gateway/openai_api_key }}"
google_api_key: "{{ op://AI Prod/Gateway/google_api_key }}"
openrouter_api_key: "{{ op://AI Prod/Gateway/openrouter_api_key }}"
deepinfra_api_key: "{{ op://AI Prod/Gateway/deepinfra_api_key }}"
# Search API Keys
search:
tavily_api_key: "{{ op://AI Prod/Gateway/tavily_api_key }}"
# Telegram (optional)
telegram: