https://github.com/thijse/chatai
ChatAI is a Winforms chat client to interact with LLMs
https://github.com/thijse/chatai
chat-application chatgpt-api client csharp openai winforms
Last synced: about 1 month ago
JSON representation
ChatAI is a Winforms chat client to interact with LLMs
- Host: GitHub
- URL: https://github.com/thijse/chatai
- Owner: thijse
- License: mit
- Created: 2023-08-30T07:47:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T08:09:04.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T22:55:50.915Z (about 1 year ago)
- Topics: chat-application, chatgpt-api, client, csharp, openai, winforms
- Language: C#
- Homepage:
- Size: 681 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](LICENSE)
# ChatAI
This is a simplistic, WinForms-based UI to interact with LLMs. Currently basic functionality is supported
- Selection of all available models
- Selection of different base URL (e.g. for using LocalAI)
- Sending and receiving responses

## License
Released under the [MIT license](LICENSE).