Update librechat.yaml
Browse files- librechat.yaml +35 -14
librechat.yaml
CHANGED
@@ -8,17 +8,13 @@ cache: true
|
|
8 |
endpoints:
|
9 |
custom:
|
10 |
# Mistral AI API
|
11 |
-
- name: "Mistral"
|
12 |
-
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
13 |
-
# recommended environment variables:
|
14 |
apiKey: "user_provided"
|
15 |
baseURL: "https://api.mistral.ai/v1"
|
16 |
|
17 |
# Models configuration
|
18 |
models:
|
19 |
-
# List of default models to use. At least one value is required.
|
20 |
default: ["mistral-tiny", "mistral-small", "mistral-medium"]
|
21 |
-
# Fetch option: Set to true to fetch models from API.
|
22 |
fetch: true # Defaults to false.
|
23 |
|
24 |
# Optional configurations
|
@@ -55,11 +51,8 @@ endpoints:
|
|
55 |
# - temperature
|
56 |
# - top_p
|
57 |
|
58 |
-
# OpenRouter.ai
|
59 |
- name: "OpenRouter"
|
60 |
-
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
61 |
-
# recommended environment variables:
|
62 |
-
# Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well.
|
63 |
apiKey: "user_provided"
|
64 |
baseURL: "https://openrouter.ai/api/v1"
|
65 |
models:
|
@@ -72,9 +65,8 @@ endpoints:
|
|
72 |
forcePrompt: false
|
73 |
modelDisplayLabel: "OpenRouter"
|
74 |
|
75 |
-
# NagaAI
|
76 |
- name: "NagaAI"
|
77 |
-
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
78 |
apiKey: "user_provided"
|
79 |
baseURL: "https://api.naga.ac/v1"
|
80 |
models:
|
@@ -88,13 +80,12 @@ endpoints:
|
|
88 |
modelDisplayLabel: "NagaAI"
|
89 |
iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1193703134661455932/NagaAI.png"
|
90 |
|
91 |
-
# Mandrill
|
92 |
- name: "Mandrill"
|
93 |
-
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
94 |
apiKey: "user_provided"
|
95 |
baseURL: "https://api.mandrillai.tech/v1"
|
96 |
models:
|
97 |
-
default: ["gpt-4-vision-preview", "gpt-4", "gpt-4-1106-preview", "gpt-3.5-turbo", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-0301", "gemini-pro", "gemini-pro-vision"
|
98 |
fetch: true
|
99 |
titleConvo: true
|
100 |
titleModel: "gpt-3.5-turbo"
|
@@ -104,5 +95,35 @@ endpoints:
|
|
104 |
modelDisplayLabel: "Mandrill"
|
105 |
iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1193980279233187912/Mandrill.png"
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
# See the Custom Configuration Guide for more information:
|
108 |
# https://docs.librechat.ai/install/configuration/custom_config.html
|
|
|
8 |
endpoints:
|
9 |
custom:
|
10 |
# Mistral AI API
|
11 |
+
- name: "Mistral"
|
|
|
|
|
12 |
apiKey: "user_provided"
|
13 |
baseURL: "https://api.mistral.ai/v1"
|
14 |
|
15 |
# Models configuration
|
16 |
models:
|
|
|
17 |
default: ["mistral-tiny", "mistral-small", "mistral-medium"]
|
|
|
18 |
fetch: true # Defaults to false.
|
19 |
|
20 |
# Optional configurations
|
|
|
51 |
# - temperature
|
52 |
# - top_p
|
53 |
|
54 |
+
# OpenRouter.ai
|
55 |
- name: "OpenRouter"
|
|
|
|
|
|
|
56 |
apiKey: "user_provided"
|
57 |
baseURL: "https://openrouter.ai/api/v1"
|
58 |
models:
|
|
|
65 |
forcePrompt: false
|
66 |
modelDisplayLabel: "OpenRouter"
|
67 |
|
68 |
+
# NagaAI
|
69 |
- name: "NagaAI"
|
|
|
70 |
apiKey: "user_provided"
|
71 |
baseURL: "https://api.naga.ac/v1"
|
72 |
models:
|
|
|
80 |
modelDisplayLabel: "NagaAI"
|
81 |
iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1193703134661455932/NagaAI.png"
|
82 |
|
83 |
+
# Mandrill
|
84 |
- name: "Mandrill"
|
|
|
85 |
apiKey: "user_provided"
|
86 |
baseURL: "https://api.mandrillai.tech/v1"
|
87 |
models:
|
88 |
+
default: ["gpt-4-vision-preview", "gpt-4", "gpt-4-1106-preview", "gpt-3.5-turbo", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-0301", "gemini-pro", "gemini-pro-vision"]
|
89 |
fetch: true
|
90 |
titleConvo: true
|
91 |
titleModel: "gpt-3.5-turbo"
|
|
|
95 |
modelDisplayLabel: "Mandrill"
|
96 |
iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1193980279233187912/Mandrill.png"
|
97 |
|
98 |
+
# Pawan
|
99 |
+
- name: "Pawan"
|
100 |
+
apiKey: "user_provided"
|
101 |
+
baseURL: "https://api.pawan.krd/pai-001-rp/v1"
|
102 |
+
models:
|
103 |
+
default: ["pai-001-rp"]
|
104 |
+
fetch: true
|
105 |
+
titleConvo: true
|
106 |
+
titleModel: "pai-001-rp"
|
107 |
+
summarize: false
|
108 |
+
summaryModel: "pai-001-rp"
|
109 |
+
forcePrompt: false
|
110 |
+
modelDisplayLabel: "Pawan"
|
111 |
+
iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1194032025573797898/Pawan.png"
|
112 |
+
|
113 |
+
# Pawan light
|
114 |
+
- name: "Pawan light"
|
115 |
+
apiKey: "user_provided"
|
116 |
+
baseURL: "https://api.pawan.krd/pai-001-light-rp/v1"
|
117 |
+
models:
|
118 |
+
default: ["pai-001-light-rp"]
|
119 |
+
fetch: true
|
120 |
+
titleConvo: true
|
121 |
+
titleModel: "pai-001-light-rp"
|
122 |
+
summarize: false
|
123 |
+
summaryModel: "pai-001-light-rp"
|
124 |
+
forcePrompt: false
|
125 |
+
modelDisplayLabel: "Pawan light"
|
126 |
+
iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1194032025573797898/Pawan.png"
|
127 |
+
|
128 |
# See the Custom Configuration Guide for more information:
|
129 |
# https://docs.librechat.ai/install/configuration/custom_config.html
|