Archived
forked from RDTKEditor/RDTKEditor
实现第一个输出beat左对齐
This commit is contained in:
@@ -12,10 +12,10 @@ namespace RDTKEditor.AIAssistant
|
||||
{
|
||||
public class Assistant
|
||||
{
|
||||
public const string Deepseek = "deepseek-r1:8b";
|
||||
public const string Deepseek = "deepseek-r1:14b";
|
||||
public const string Smollm = "smollm2:135m";
|
||||
public const string Qwen_0_5 = "qwen2.5-coder:0.5b";
|
||||
public const string Qwen_3 = "qwen2.5-coder:3b";
|
||||
public const string Qwen_3 = "qwen2.5-coder:7b";
|
||||
public OllamaApiClient Ollama { get; } = new(baseUri: new Uri("http://127.0.0.1:11434/api"));
|
||||
public Chat Chat { get; }
|
||||
public Assistant(string modelName)
|
||||
|
||||
Reference in New Issue
Block a user