easy-model-fusion / emf-cli

CLI for managing AI models, improving AI application projects.
MIT License
42 stars 0 forks source link

#78 Access token for gated models #130

Closed RayanMarmar closed 5 months ago

RayanMarmar commented 5 months ago

I opted for dotenv over viper for managing the .env file, as viper lacks write methods in its configuration handling, making it incompatible with our use case.