mrbesher commited on
Commit
6121038
1 Parent(s): 95517d1

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +8 -6
librechat.yaml CHANGED
@@ -40,7 +40,7 @@ endpoints:
40
  apiKey: "user_provided"
41
  baseURL: "https://api.mistral.ai/v1"
42
  models:
43
- default: ['mistral-tiny', 'mistral-small', 'mistral-medium']
44
  fetch: true
45
  titleConvo: true
46
  titleMethod: "completion"
@@ -57,11 +57,13 @@ endpoints:
57
  baseURL: "https://api.perplexity.ai/"
58
  models:
59
  default: [
60
- "mistral-7b-instruct",
61
- "sonar-small-chat",
62
- "sonar-small-online",
63
- "sonar-medium-chat",
64
- "sonar-medium-online"
 
 
65
  ]
66
  fetch: false # fetching list of models is not supported
67
  titleConvo: true
 
40
  apiKey: "user_provided"
41
  baseURL: "https://api.mistral.ai/v1"
42
  models:
43
+ default: ["mistral-tiny", "mistral-small", "mistral-medium", "mistral-large-latest"]
44
  fetch: true
45
  titleConvo: true
46
  titleMethod: "completion"
 
57
  baseURL: "https://api.perplexity.ai/"
58
  models:
59
  default: [
60
+ "llama-3-sonar-small-32k-chat",
61
+ "llama-3-sonar-small-32k-online",
62
+ "llama-3-sonar-large-32k-chat",
63
+ "llama-3-sonar-large-32k-online",
64
+ "mixtral-8x7b-instruct",
65
+ "llama-3-8b-instruct",
66
+ "llama-3-70b-instruct"
67
  ]
68
  fetch: false # fetching list of models is not supported
69
  titleConvo: true