https://github.com/samhou0/ai.net
An AI client based on wpf and C#
https://github.com/samhou0/ai.net
csharp dotnet mem0 openai-api windows-desktop wpf wpf-application
Last synced: 10 months ago
JSON representation
An AI client based on wpf and C#
- Host: GitHub
- URL: https://github.com/samhou0/ai.net
- Owner: SamHou0
- License: gpl-3.0
- Created: 2025-02-14T10:00:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T07:42:10.000Z (10 months ago)
- Last Synced: 2025-02-22T08:28:16.425Z (10 months ago)
- Topics: csharp, dotnet, mem0, openai-api, windows-desktop, wpf, wpf-application
- Language: C#
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AI.NET
A .NET AI client, built with WPF.

[](https://github.com/SamHou0/AI.NET/actions/workflows/dotnet-desktop.yml)
[](https://github.com/SamHou0/AI.NET/releases)

## Features
- [x] Chat with AI
- [x] Long-term memory with [Mem0](https://github.com/mem0ai/mem0) using [mem0-gui](https://github.com/SamHou0/mem0-gui)
- [x] Custom OpenAI api
- [ ] Reasoning model support
- [x] Chat history management
- [x] System Prompt template
## Usage
Just download and run the app.
## Contributing
- Add feature request and bug reports to help us improve by using [Issues](https://github.com/SamHou0/AI.NET/issues)
- PRs are welcome. See development for more information
### Development
- Visual Studio 2022 with .NET 8.0 SDK
## License
[GNU GENERAL PUBLIC LICENSE](./LICENSE.txt)
## Open-source Libraries
- [HandyControl](https://github.com/HandyOrg/HandyControl)
- [MdXaml](https://github.com/whistyun/MdXaml)
- [OpenAI-Dotnet](https://github.com/openai/openai-dotnet)
- [Log4Net](https://github.com/apache/logging-log4net)