wip: zen lite
This commit is contained in:
parent
d0ce2950e4
commit
e77b2cfd61
9 changed files with 24 additions and 6 deletions
|
|
@ -36,7 +36,7 @@ const getModelsInfo = query(async (workspaceID: string) => {
|
|||
"use server"
|
||||
return withActor(async () => {
|
||||
return {
|
||||
all: Object.entries(ZenData.list().models)
|
||||
all: Object.entries(ZenData.list("full").models)
|
||||
.filter(([id, _model]) => !["claude-3-5-haiku"].includes(id))
|
||||
.filter(([id, _model]) => !id.startsWith("alpha-"))
|
||||
.sort(([idA, modelA], [idB, modelB]) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue