brilliantlabsAR / noa-for-ios

You AI companion. ChatGPT and translation for Monocle AR
ISC License
74 stars 15 forks source link

[feature request] Adding a custom noa_config.py file with user commands #73

Open josuah opened 7 months ago

josuah commented 7 months ago

To allow tuning the behavior of Noa without setting-up a complete iOS application development environment, a small Python/Lua script could be sourced by Noa if it exists, allowing to override functions.

This would address #72 as well as other parameters, like the color of the text, etc.

Suggested from Discord

josuah commented 7 months ago

Another way to do it would be to have a flag in the Noa app to stop uploading the Python files. Then they can be modified by the user without having to install a full iOS App dev env. This would also allow Python/Lua developer to send pull requests.