Skip to content

Commit 94d7300

Browse files
committed
.
1 parent 4e577fe commit 94d7300

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gpt/providers/cohere/mod.nu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ export def provider [] {
2323
} else { }
2424
}
2525
| get models
26+
| where {|model| "chat" in $model.endpoints}
27+
| rename -c {name: id}
2628
}
2729

2830
prepare-request: {|ctx: record tools?: list<record>|

0 commit comments

Comments
 (0)