@@ -0,0 +1,9 @@
|
||||
namespace Shared.Models.Settings
|
||||
{
|
||||
public class OllamaSettings
|
||||
{
|
||||
public string BaseUrl { get; set; } = "http://localhost:11434";
|
||||
public string ChatModel { get; set; } = "llama3.1:8b";
|
||||
public int TimeoutSeconds { get; set; } = 180;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user