Compare commits
No commits in common. "18e8558dedaa0fb2610eccc489c958c447f4e980" and "40c109c3971effd498b14822523e1eb44f54b0b4" have entirely different histories.
18e8558ded
...
40c109c397
3 changed files with 4 additions and 32 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -5199,11 +5199,11 @@
|
||||||
"stylix": "stylix_6"
|
"stylix": "stylix_6"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1779222589,
|
"lastModified": 1779218747,
|
||||||
"narHash": "sha256-pFlaPXus8e+mY9C7/xQhBwux6tPk5P30K2uaN2Qluh0=",
|
"narHash": "sha256-KCQ0m93bGGfH4/cyfIshTqllSPIqb/dJLVgRf3iUS68=",
|
||||||
"ref": "release-25.11",
|
"ref": "release-25.11",
|
||||||
"rev": "1ab817090ff5989578caefd8786e9450b37e3da5",
|
"rev": "b6546f3ab00ffa8ab39631a76644c718f4fafe6d",
|
||||||
"revCount": 96,
|
"revCount": 94,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.sid.ovh/sid/synix.git"
|
"url": "https://git.sid.ovh/sid/synix.git"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@ in
|
||||||
services.librechat-oci = {
|
services.librechat-oci = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inherit port;
|
inherit port;
|
||||||
configFile = ./librechat.yaml;
|
|
||||||
externalUrl = "https://${fqdn}";
|
externalUrl = "https://${fqdn}";
|
||||||
environmentFile = config.sops.templates.librechat-env-file.path;
|
environmentFile = config.sops.templates.librechat-env-file.path;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
version: 1.3.11
|
|
||||||
cache: true
|
|
||||||
|
|
||||||
interface:
|
|
||||||
modelSelect: true
|
|
||||||
parameters: true
|
|
||||||
presets: true
|
|
||||||
prompts:
|
|
||||||
use: true
|
|
||||||
create: true
|
|
||||||
bookmarks: true
|
|
||||||
multiConvo: true
|
|
||||||
|
|
||||||
endpoints:
|
|
||||||
custom:
|
|
||||||
- name: 'OpenRouter'
|
|
||||||
apiKey: '${OPENROUTER_KEY}'
|
|
||||||
baseURL: 'https://openrouter.ai/api/v1'
|
|
||||||
headers:
|
|
||||||
x-librechat-body-parentmessageid: '{{LIBRECHAT_BODY_PARENTMESSAGEID}}'
|
|
||||||
models:
|
|
||||||
default: ['deepseek/deepseek-v4-flash']
|
|
||||||
fetch: true
|
|
||||||
titleConvo: true
|
|
||||||
titleModel: 'deepseek/deepseek-v4-flash'
|
|
||||||
dropParams: ['stop']
|
|
||||||
modelDisplayLabel: 'OpenRouter'
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue