├── .env ├── README.md ├── comr.py ├── gpt4v2.py └── requirements.txt /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/Command-R-GPT-4V2/HEAD/.env -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/Command-R-GPT-4V2/HEAD/README.md -------------------------------------------------------------------------------- /comr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/Command-R-GPT-4V2/HEAD/comr.py -------------------------------------------------------------------------------- /gpt4v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/Command-R-GPT-4V2/HEAD/gpt4v2.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | openai 2 | cohere 3 | python-dotenv 4 | pillow 5 | --------------------------------------------------------------------------------