Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cursedprograms/unity-gemini
https://github.com/cursedprograms/unity-gemini
flask gemini python unity
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cursedprograms/unity-gemini
- Owner: CursedPrograms
- License: mit
- Created: 2024-08-21T07:56:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T20:01:25.000Z (2 months ago)
- Last Synced: 2024-09-26T22:43:22.361Z (about 2 months ago)
- Topics: flask, gemini, python, unity
- Language: Batchfile
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity-Gemini
### Clone Synthia
https://github.com/SynthWomb/Synthia-Unity
```bash
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"
```
#### Install Python
```bash
pip install -q -U google-generativeai
```
```bash
export API_KEY=
```
SynthWomb / Cursed Entertainment 2024