Fuegovic commited on
Commit
e3f1bcb
1 Parent(s): 8fd5839

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +17 -3
librechat.yaml CHANGED
@@ -75,12 +75,10 @@ endpoints:
75
  # NagaAI Example
76
  - name: "NagaAI"
77
  # For `apiKey` and `baseURL`, you can use environment variables that you define.
78
- # recommended environment variables:
79
- # Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well.
80
  apiKey: "user_provided"
81
  baseURL: "https://api.naga.ac/v1"
82
  models:
83
- default: ["claude-2", "claude-instant", "code-llama-34b", "falcon-180b-chat", "gemini-pro", "gemini-pro-vision", "gpt-3.5-turbo", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-1106", "gpt-4", "gpt-4-0613", "gpt-4-1106-preview", "gpt-4-vision-preview", "llama-2-13b-chat", "llama-2-70b-chat", "llama-2-7b-chat", "mistral-7b", "mixtral-8x7b"]
84
  fetch: true
85
  titleConvo: true
86
  titleModel: "gpt-3.5-turbo"
@@ -90,5 +88,21 @@ endpoints:
90
  modelDisplayLabel: "NagaAI"
91
  iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1193703134661455932/NagaAI.png"
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  # See the Custom Configuration Guide for more information:
94
  # https://docs.librechat.ai/install/configuration/custom_config.html
 
75
  # NagaAI Example
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:
81
+ default: ["gpt-4-1106-preview", "gpt-4-vision-preview", "gpt-4-0613", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-0613", "gemini-pro", "gemini-pro-vision", "llama-2-70b-chat", "llama-2-13b-chat", "llama-2-7b-chat", "code-llama-34b", "mistral-7b", "mixtral-8x7b", "falcon-180b-chat", "claude-2", "claude-instant"]
82
  fetch: true
83
  titleConvo: true
84
  titleModel: "gpt-3.5-turbo"
 
88
  modelDisplayLabel: "NagaAI"
89
  iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1193703134661455932/NagaAI.png"
90
 
91
+ # Mandrill Example
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"
101
+ summarize: false
102
+ summaryModel: "gpt-3.5-turbo"
103
+ forcePrompt: false
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