mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-06-15 23:20:32 +03:00
openai filter other niche models
This commit is contained in:
@@ -160,7 +160,9 @@ async function openAiModels(apiKey = null) {
|
||||
!model.id.includes("instruct") &&
|
||||
!model.id.includes("audio") &&
|
||||
!model.id.includes("realtime") &&
|
||||
!model.id.includes("image")
|
||||
!model.id.includes("image") &&
|
||||
!model.id.includes("moderation") &&
|
||||
!model.id.includes("transcribe")
|
||||
)
|
||||
.map((model) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user