block / goose

Goose is a developer agent that operates from your command line to help you do the boring stuff.
https://block.github.io/goose/
Apache License 2.0
220 stars 37 forks source link

Replace all processor/accelerator with model including in profile #295

Closed jsibbison-square closed 1 day ago

jsibbison-square commented 1 day ago

We no longer use processor and accelerator models, we just use one model. The cli and profiles had not been updated with this so this PR fixes that, replacing all references to them.

Incompatibilty Existing profiles that do not have model in them will cause an error and require deleting the file (or fixing) and recreating using /configure.

image

If no profile exists, no errors appear.