A simple AI ChatBox implementation built with Bevy, currently supporting the DeepSeek API.
Warning
Development is on hold for the near future, as Bevy does not yet have native support for text input with IME.
First, bundle the application using the provided script:
nu bundle.nuThen, navigate to the dist directory and run the executable.
When you first run the application, it will generate config.ron and dialog.ron files in the same directory.
You must edit these files before the app will work:
config.ron: Add your DeepSeek API key here.dialog.ron: Add your desired system prompt here.
You must restart the application after updating these files for the changes to take effect.