Clone the Synthia repository by running the following commands in your terminal:
git remote add synthia https://github.com/SynthWomb/Synthia-Unity.git
git fetch synthia
git checkout main
git merge synthia/main --allow-unrelated-histories
git commit -m "Merged from Synthia-Unity repository"
or run synthia.bat (Ensure you have Git installed on your machine.)
pip install -q -U google-generativeai
export API_KEY=<YOUR_API_KEY>