ChatRAG/Settings/ChatRHSettings.cs
2025-06-09 23:06:37 -03:00

9 lines
161 B
C#

namespace ChatApi.Settings
{
public class ChatRHSettings
{
public string Url { get; set; }
public string Create { get; set; }
}
}