添加项目文件。
This commit is contained in:
19
MainWindow.xaml.cs
Normal file
19
MainWindow.xaml.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System.Windows;
|
||||
using YwxApp.AiChat.Services;
|
||||
using YwxApp.AiChat.ViewModels;
|
||||
|
||||
namespace YwxApp.AiChat;
|
||||
|
||||
/// <summary>
|
||||
/// Interaction logic for MainWindow.xaml
|
||||
/// </summary>
|
||||
public partial class MainWindow : Window
|
||||
{
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
//OllamaService ollamaService = new();
|
||||
//ollamaService.Configure("http://192.168.1.3:11434", "deepseek-r1:1.5b");
|
||||
//this.DataContext = new ChatViewModel(new OllamaService());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user