data fixes, partial custom indicator support
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user