@@ -0,0 +1,9 @@
|
||||
namespace Shared.Models.Settings
|
||||
{
|
||||
public class OpenAiSettings
|
||||
{
|
||||
public string ApiKey { get; set; } = string.Empty;
|
||||
public string ChatModel { get; set; } = "gpt-4o-mini";
|
||||
public int TimeoutSeconds { get; set; } = 90;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user