├── README.md ├── dockerfile ├── environment.yml ├── moa_model.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI-MickyJ/Mixture-of-Agents/HEAD/README.md -------------------------------------------------------------------------------- /dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI-MickyJ/Mixture-of-Agents/HEAD/dockerfile -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI-MickyJ/Mixture-of-Agents/HEAD/environment.yml -------------------------------------------------------------------------------- /moa_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI-MickyJ/Mixture-of-Agents/HEAD/moa_model.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI-MickyJ/Mixture-of-Agents/HEAD/requirements.txt --------------------------------------------------------------------------------