Refactor model in GO (#14398)

### What problem does this PR solve?

Refactor model in GO

### Type of change

- [x] Refactoring
This commit is contained in:
qinling0210
2026-04-28 12:59:01 +08:00
committed by GitHub
parent 5885691c68
commit effc84a042
28 changed files with 575 additions and 1078 deletions

View File

@@ -37,6 +37,13 @@
"model_types": [
"rerank"
]
},
{
"name": "Qwen/Qwen3-Embedding-0.6B",
"max_tokens": 8192,
"model_types": [
"embedding"
]
}
]
}

View File

@@ -7,7 +7,7 @@
"chat": "chat/completions",
"async_chat": "async/chat/completions",
"async_result": "async-result",
"embedding": "embedding",
"embedding": "embeddings",
"rerank": "rerank",
"files": "files"
},