This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/data/data/com.termux/files/usr/bin/bash | |
# Termux Gemini AI Assistant | |
# Adapted for Google Gemini API. Original structure by Alienkrishn. | |
# Version: 1.0 (Gemini Edition) | |
# --- ANSI Color Codes --- | |
RED='\033[1;31m' | |
GREEN='\033[1;32m' | |
YELLOW='\033[1;33m' |