Update librechat.yaml
Browse files- librechat.yaml +5 -5
librechat.yaml
CHANGED
@@ -36,13 +36,13 @@ endpoints:
|
|
36 |
titleMethod: "completion" # Defaults to "completion" if omitted.
|
37 |
|
38 |
# Title Model: Specify the model to use for titles.
|
39 |
-
titleModel: "
|
40 |
|
41 |
# Summarize setting: Set to true to enable summarization.
|
42 |
-
summarize:
|
43 |
|
44 |
# Summary Model: Specify the model to use if summarization is enabled.
|
45 |
-
summaryModel: "
|
46 |
|
47 |
# Force Prompt setting: If true, sends a `prompt` parameter instead of `messages`.
|
48 |
forcePrompt: false
|
@@ -69,9 +69,9 @@ endpoints:
|
|
69 |
default: ["gpt-3.5-turbo"]
|
70 |
fetch: true
|
71 |
titleConvo: true
|
72 |
-
titleModel: "gpt-
|
73 |
summarize: false
|
74 |
-
summaryModel: "gpt-
|
75 |
forcePrompt: false
|
76 |
modelDisplayLabel: "OpenRouter"
|
77 |
|
|
|
36 |
titleMethod: "completion" # Defaults to "completion" if omitted.
|
37 |
|
38 |
# Title Model: Specify the model to use for titles.
|
39 |
+
titleModel: "gpt-4" # Defaults to "gpt-3.5-turbo" if omitted.
|
40 |
|
41 |
# Summarize setting: Set to true to enable summarization.
|
42 |
+
summarize: true
|
43 |
|
44 |
# Summary Model: Specify the model to use if summarization is enabled.
|
45 |
+
summaryModel: "gpt-4" # Defaults to "gpt-3.5-turbo" if omitted.
|
46 |
|
47 |
# Force Prompt setting: If true, sends a `prompt` parameter instead of `messages`.
|
48 |
forcePrompt: false
|
|
|
69 |
default: ["gpt-3.5-turbo"]
|
70 |
fetch: true
|
71 |
titleConvo: true
|
72 |
+
titleModel: "gpt-4"
|
73 |
summarize: false
|
74 |
+
summaryModel: "gpt-4"
|
75 |
forcePrompt: false
|
76 |
modelDisplayLabel: "OpenRouter"
|
77 |
|