togethercomputer / MoA

Together Mixture-Of-Agents (MoA) – 65.1% on AlpacaEval with OSS models
Apache License 2.0
2.6k stars 356 forks source link

Enhance File Handling in `create_many_file` Method #44

Closed mandlinsarah closed 2 months ago

mandlinsarah commented 2 months ago

This change improves the efficiency and safety of file operations in the create_many_file method by using with statements to ensure file resources are properly managed.