This commit is contained in:
@@ -9,7 +9,7 @@ namespace VisionAsist.Models;
|
||||
public class Selector
|
||||
{
|
||||
private static List<OllamaMessage> _chatHistory = new();
|
||||
public static string CurrentModel = "qwen3.5:4b";
|
||||
public static string CurrentModel => SettingsManager.Current.OllamaModel;
|
||||
|
||||
public static event Action<string>? OnLogUpdate;
|
||||
private static void UpdateUI(string text) => OnLogUpdate?.Invoke(text);
|
||||
|
||||
Reference in New Issue
Block a user