A tool for more conveniently sending chat messages to VRChat from your browser, with an optional translation feature. Supports almost any device that can open a browser!
Modify the api_url and api_key in config.toml. The API needs to support OpenAI format, example:
[api]
url = "https://api.openai.com"
key = "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"Find the VRChat_WebChat.exe file in the build directory and double-click to run
You should see the following prompt:
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:5000
* Running on http://198.18.0.1:5000The default browser will automatically open to the 127.0.0.1:5000 page, and you can now use it normally.
You can also access from other devices on the same network using http://<your_ip>:5000 (such as http://198.18.0.1:5000 in the example above). Note that if you are using it on a local network, make sure your firewall allows access to port 5000.
pip install -r requirements.txtpython app.pyThis project uses cx_freeze for packaging.
python setup.py buildThis project is modified from a2942/VRChat-OSC-WEB-Chat with added translation feature. Thanks to the original author for their contribution.
This project uses the GPL-3.0 license. For details, please check the LICENSE file.