smol-ai / developer

the first library to let you embed a developer agent in your own app!
https://twitter.com/SmolModels
MIT License
11.79k stars 1.03k forks source link

add the missing "model" param #119

Closed cocktailpeanut closed 1 year ago

cocktailpeanut commented 1 year ago

Currently you can only run GPT4 because the main() function is NOT passing the args.model in main.py to smol_dev/main.py

This is the cause behind the bug at https://github.com/smol-ai/developer/issues/25

By passing the args.model, now we can use models other than the default GPT4 model.