assistant: Ensure that zed provider is listed as first option (#15496)
Release Notes: - N/A
This commit is contained in:
parent
eedef487ac
commit
dca9400edf
2 changed files with 17 additions and 4 deletions
|
@ -60,6 +60,7 @@ impl<T: PopoverTrigger> RenderOnce for ModelSelector<T> {
|
|||
for (index, provider) in LanguageModelRegistry::global(cx)
|
||||
.read(cx)
|
||||
.providers()
|
||||
.into_iter()
|
||||
.enumerate()
|
||||
{
|
||||
if index > 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue