add qwen.ai.unturf.com endpoint to model registry
This commit is contained in:
parent
90645cc899
commit
39db3f1004
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ export async function getSystemMessage() {
|
|||
export const VLLM_ENDPOINTS = [
|
||||
{ id: "hermes.ai.unturf.com", url: "https://hermes.ai.unturf.com/v1" },
|
||||
{ id: "hermes2.ai.unturf.com", url: "https://hermes2.ai.unturf.com/v1" },
|
||||
{ id: "qwen.ai.unturf.com", url: "https://qwen.ai.unturf.com/v1" },
|
||||
];
|
||||
|
||||
// Function to get API configuration (custom or default)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue