Update librechat.yaml
Browse files- librechat.yaml +0 -49
librechat.yaml
CHANGED
@@ -19,55 +19,6 @@ endpoints:
|
|
19 |
# # (optional) Assistant Capabilities available to all users. Omit the ones you wish to exclude. Defaults to list below.
|
20 |
capabilities: ["retrieval"]
|
21 |
|
22 |
-
custom:
|
23 |
-
# Mistral AI API
|
24 |
-
- name: "Mistral" # Unique name for the endpoint
|
25 |
-
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
26 |
-
# recommended environment variables:
|
27 |
-
apiKey: "${MISTRAL_API_KEY}"
|
28 |
-
baseURL: "https://api.mistral.ai/v1"
|
29 |
-
|
30 |
-
# Models configuration
|
31 |
-
models:
|
32 |
-
# List of default models to use. At least one value is required.
|
33 |
-
default: ["mistral-tiny", "mistral-small", "mistral-medium"]
|
34 |
-
# Fetch option: Set to true to fetch models from API.
|
35 |
-
fetch: true # Defaults to false.
|
36 |
-
|
37 |
-
# Optional configurations
|
38 |
-
|
39 |
-
# Title Conversation setting
|
40 |
-
titleConvo: true # Set to true to enable title conversation
|
41 |
-
|
42 |
-
# Title Method: Choose between "completion" or "functions".
|
43 |
-
titleMethod: "completion" # Defaults to "completion" if omitted.
|
44 |
-
|
45 |
-
# Title Model: Specify the model to use for titles.
|
46 |
-
titleModel: "mistral-tiny" # Defaults to "gpt-3.5-turbo" if omitted.
|
47 |
-
|
48 |
-
# Summarize setting: Set to true to enable summarization.
|
49 |
-
summarize: false
|
50 |
-
|
51 |
-
# Summary Model: Specify the model to use if summarization is enabled.
|
52 |
-
summaryModel: "mistral-tiny" # Defaults to "gpt-3.5-turbo" if omitted.
|
53 |
-
|
54 |
-
# Force Prompt setting: If true, sends a `prompt` parameter instead of `messages`.
|
55 |
-
forcePrompt: false
|
56 |
-
|
57 |
-
# The label displayed for the AI model in messages.
|
58 |
-
modelDisplayLabel: "Mistral" # Default is "AI" when not set.
|
59 |
-
|
60 |
-
# Add additional parameters to the request. Default params will be overwritten.
|
61 |
-
addParams:
|
62 |
-
safe_mode: true # This field is specific to Mistral AI: https://docs.mistral.ai/api/
|
63 |
-
|
64 |
-
# Drop Default params parameters from the request. See default params in guide linked below.
|
65 |
-
dropParams: ["stop", "temperature", "top_p"]
|
66 |
-
# - stop # dropped since it's not recognized by Mistral AI API
|
67 |
-
# `temperature` and `top_p` are removed to allow Mistral AI API defaults to be used:
|
68 |
-
# - temperature
|
69 |
-
# - top_p
|
70 |
-
|
71 |
# OpenRouter.ai Example
|
72 |
- name: "OpenRouter"
|
73 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
|
|
19 |
# # (optional) Assistant Capabilities available to all users. Omit the ones you wish to exclude. Defaults to list below.
|
20 |
capabilities: ["retrieval"]
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
# OpenRouter.ai Example
|
23 |
- name: "OpenRouter"
|
24 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|