hdresearch / nolita

Work with web-enabled agents quickly — whether running a quick task or bootstrapping a full-stack product.
https://nolita.ai
MIT License
79 stars 3 forks source link

bin: use auth for model configuration #91

Closed matildepark closed 3 weeks ago

matildepark commented 3 weeks ago

If we can't find a model provider, then instead of prompting mid-task, we instead throw and tell people to use npx nolita auth to set or remove the model config there.

This ties into #89 because then the same configuration is used across the entire framework after being set once.