diff --git a/MyApp.Tests/ImportTests.cs b/MyApp.Tests/ImportTests.cs index 419fd6c..2e57b10 100644 --- a/MyApp.Tests/ImportTests.cs +++ b/MyApp.Tests/ImportTests.cs @@ -263,12 +263,12 @@ public async Task Can_create_new_users() var api = await client.ApiAsync(new EnsureApplicationUser { - UserName = "qwq-32b", - Email = "servicestack.mail+qwq-32b@gmail.com", - DisplayName = "QWQ 32b", + UserName = "llama3.3-70b", + Email = "servicestack.mail+llama3.3-70b@gmail.com", + DisplayName = "Llama 3.3 70B", EmailConfirmed = true, - ProfilePath = "/profiles/qw/qwq-32b/qwq-32b.svg", - Model = "qwq:32b", + ProfilePath = "/profiles/ll/llama3-70b/llama3-70b.svg", + Model = "llama3.3:70b", Password = Password, }); diff --git a/MyApp/Configure.Db.Migrations.cs b/MyApp/Configure.Db.Migrations.cs index 800c4a7..3d4bc93 100644 --- a/MyApp/Configure.Db.Migrations.cs +++ b/MyApp/Configure.Db.Migrations.cs @@ -223,6 +223,16 @@ await EnsureUserAsync(new ApplicationUser Model = "llama3:70b", //70B }, "p@55wOrd"); + await EnsureUserAsync(new ApplicationUser + { + UserName = "llama3.3-70b", + Email = "servicestack.mail+llama3.3-70b@gmail.com", + DisplayName = "Llama 3.3 70B", + EmailConfirmed = true, + ProfilePath = "/profiles/ll/llama3-70b/llama3-70b.svg", + Model = "llama3.3:70b", + }, "p@55wOrd"); + await EnsureUserAsync(new ApplicationUser { UserName = "gemma",