How to modify the application's code

image I want to change Xiaozhi’s OTA address in the chatbot to my locally deployed server’s OTA address. However, I can’t find any obvious code files inside the app folder, so I’m not sure how to modify it. Is it possible that the chatbot folder has already been packaged into an installable format, meaning I need to modify the original project files instead?

Actually, I came across the Xiaozhi server project on ESP32, successfully replicated it, and now I’m wondering if it can also be used on SF32’s Xiaozhi. I’m not sure whether modifying the OTA address on the microcontroller side would be sufficient.

You can try modifying the POST request URL for the get_xiaozhi interface. The path is as follows:

WeChat Work Screenshot_17644718851862

image Why are our file contents different? I don’t have any .c files in my xiaozhi folder.

Hello, the missing files are due to the repository not being public yet. We suggest you proceed by skipping this for now. Xiao Zhi’s source code will be released in the upcoming 2.4 version.

Where can I download the latest version of the solution? Is it from the official website or still solution0912.zip? Has it already been updated, but the file name hasn’t been changed yet?