llama3.2 als standard modell
This commit is contained in:
@@ -248,6 +248,11 @@ namespace BeWo.Service.ServiceImplementations
|
||||
if (models == null || !models.Any())
|
||||
return null;
|
||||
|
||||
var llama = models.Where(x => x.ModelName.Contains("llama3.2"));
|
||||
|
||||
if(llama.Any())
|
||||
return llama.First();
|
||||
|
||||
return models.First();
|
||||
}
|
||||
private IEnumerable<AiModel> getAiModels()
|
||||
|
||||
Reference in New Issue
Block a user