Commit c7aa564
committed
fix(agent): Codebase Auto reports provider as 'codebase', not 'groq'
The synthesized Codebase Auto model is cloned from groq's llama
template (pi-ai needs a known provider as a starting point), but the
clone forgot to override the provider field — so the status bar and
/model showed 'groq/MiniMax-M2.7', misleading users into thinking
their in-house route was hitting Groq. The wire call was always
correct (request body sends model.id only); only the display lied.1 parent 4345b2d commit c7aa564
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
170 | 175 | | |
171 | 176 | | |
172 | 177 | | |
| |||
0 commit comments