Remove test at home
This commit is contained in:
@@ -14,7 +14,7 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enableConfig {
|
||||
# Declare the sops secret
|
||||
sops.secrets.langdock-api-key = {
|
||||
sops.secrets.langdock_api_key = {
|
||||
# Uses defaultSopsFile from secrets.nix
|
||||
};
|
||||
|
||||
@@ -30,7 +30,7 @@ in
|
||||
name = "Langdock OpenAI";
|
||||
options = {
|
||||
baseURL = "https://api.langdock.com/openai/eu/v1";
|
||||
apiKey = config.sops.placeholder.langdock-api-key;
|
||||
apiKey = config.sops.placeholder.langdock_api_key;
|
||||
};
|
||||
models = {
|
||||
"gpt-5.2" = { name = "GPT-5.2"; };
|
||||
@@ -41,10 +41,10 @@ in
|
||||
anthropic = {
|
||||
options = {
|
||||
baseURL = "https://api.langdock.com/anthropic/eu/v1";
|
||||
apiKey = config.sops.placeholder.langdock-api-key;
|
||||
apiKey = config.sops.placeholder.langdock_api_key;
|
||||
};
|
||||
models = {
|
||||
"Opus 4.6" = { name = "opus-4.6-default"; };
|
||||
"claude-opus-4-6-default" = { name = "Opus 4.6"; };
|
||||
};
|
||||
};
|
||||
ollama = {
|
||||
|
||||
Reference in New Issue
Block a user