@@ -211,20 +211,60 @@ extension Strings {
211
211
comment:
212
212
" The model and creator for intro message - Mixstral is the model name -- Mistral AI is the creator "
213
213
)
214
- public static let introMessageClaudeInstantModelDescription = NSLocalizedString (
215
- " aichat.introMessageClaudeInstantModelDescription " ,
214
+ public static let introMessageClaudeHaikuModelDescription = NSLocalizedString (
215
+ " aichat.introMessageClaudeHaikuModelDescription " ,
216
216
tableName: " BraveLeo " ,
217
217
bundle: . module,
218
- value: " Claude Instant by Anthropic " ,
218
+ value: " Claude Haiku by Anthropic " ,
219
219
comment:
220
- " The model and creator for intro message - Claude Instant is the model -- Anthropic is the creator "
220
+ " The model and creator for intro message - Claude Haiku is the model -- Anthropic is the creator "
221
+ )
222
+ public static let introMessageClaudeSonnetModelDescription = NSLocalizedString (
223
+ " aichat.introMessageClaudeSonnetModelDescription " ,
224
+ tableName: " BraveLeo " ,
225
+ bundle: . module,
226
+ value: " Claude Sonnet by Anthropic " ,
227
+ comment:
228
+ " The model and creator for intro message - Claude Sonnet is the model -- Anthropic is the creator "
229
+ )
230
+ public static let introMessageLlamaModelPurposeDescription = NSLocalizedString (
231
+ " aichat.introMessageLlamaModelPurposeDescription " ,
232
+ tableName: " BraveLeo " ,
233
+ bundle: . module,
234
+ value: " General purpose chat " ,
235
+ comment:
236
+ " The model's purpose - Describes what it can do best "
237
+ )
238
+ public static let introMessageMixtralModelPurposeDescription = NSLocalizedString (
239
+ " aichat.introMessageMixtralModelPurposeDescription " ,
240
+ tableName: " BraveLeo " ,
241
+ bundle: . module,
242
+ value: " Advanced chat tasks " ,
243
+ comment:
244
+ " The model's purpose - Describes what it can do best "
245
+ )
246
+ public static let introMessageClaudeHaikuModelPurposeDescription = NSLocalizedString (
247
+ " aichat.introMessageClaudeHaikuModelPurposeDescription " ,
248
+ tableName: " BraveLeo " ,
249
+ bundle: . module,
250
+ value: " Lightning fast chat " ,
251
+ comment:
252
+ " The model's purpose - Describes what it can do best "
253
+ )
254
+ public static let introMessageClaudeSonnetModelPurposeDescription = NSLocalizedString (
255
+ " aichat.introMessageClaudeSonnetModelPurposeDescription " ,
256
+ tableName: " BraveLeo " ,
257
+ bundle: . module,
258
+ value: " Balanced speed and intelligence " ,
259
+ comment:
260
+ " The model's purpose - Describes what it can do best "
221
261
)
222
262
public static let introMessageLlamaMessageDescription = NSLocalizedString (
223
263
" aichat.introMessageLlamaMessageDescription " ,
224
264
tableName: " BraveLeo " ,
225
265
bundle: . module,
226
266
value:
227
- " Hi, I'm Leo. I'm a fully hosted AI assistant by Brave. I'm powered by Llama 13B , a model created by Meta to be performant and applicable to many use cases. " ,
267
+ " Hi, I'm Leo. I'm a fully hosted AI assistant by Brave. I'm powered by Llama 3 8B , a model created by Meta to be performant and applicable to many use cases. " ,
228
268
comment: " The model intro message when you first enter the chat assistant "
229
269
)
230
270
public static let introMessageMixtralMessageDescription = NSLocalizedString (
@@ -235,12 +275,20 @@ extension Strings {
235
275
" Hi, I'm Leo. I'm a fully hosted AI assistant by Brave. I'm powered by Mixtral 8x7B, a model created by Mistral AI to handle advanced tasks. " ,
236
276
comment: " The model intro message when you first enter the chat assistant "
237
277
)
238
- public static let introMessageClaudeInstantMessageDescription = NSLocalizedString (
239
- " aichat.introMessageClaudeInstantMessageDescription " ,
278
+ public static let introMessageClaudeHaikuMessageDescription = NSLocalizedString (
279
+ " aichat.introMessageClaudeHaikuMessageDescription " ,
280
+ tableName: " BraveLeo " ,
281
+ bundle: . module,
282
+ value:
283
+ " Hi, I'm Leo. I'm proxied by Brave and powered by Claude 3 Haiku, a model created by Anthropic to power conversational and text processing tasks. " ,
284
+ comment: " The model intro message when you first enter the chat assistant "
285
+ )
286
+ public static let introMessageClaudeSonnetMessageDescription = NSLocalizedString (
287
+ " aichat.introMessageClaudeSonnetMessageDescription " ,
240
288
tableName: " BraveLeo " ,
241
289
bundle: . module,
242
290
value:
243
- " Hi, I'm Leo. I'm proxied by Brave and powered by Claude Instant , a model created by Anthropic to power conversational and text processing tasks. " ,
291
+ " Hi, I'm Leo. I'm proxied by Brave and powered by Claude 3 Sonnet , a model created by Anthropic to power conversational and text processing tasks. " ,
244
292
comment: " The model intro message when you first enter the chat assistant "
245
293
)
246
294
public static let introMessageGenericMessageDescription = NSLocalizedString (
0 commit comments