Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimizing AI logos #3124

Merged
merged 8 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion extensions/vscode/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1252,9 +1252,15 @@
"properties": {
"model": {
"enum": [
"Qwen/QwQ-32B-Preview",
"Qwen/Qwen2.5-Coder-32B-Instruct",
"Qwen/Qwen2.5-Coder-7B-Instruct",
"Pro/Qwen/Qwen2.5-Coder-7B-Instruct"
"Pro/Qwen/Qwen2.5-Coder-7B-Instruct",
"Tencent/Hunyuan-A52B-Instruct",
"nvidia/Llama-3.1-Nemotron-70B-Instruct",
"Qwen/Qwen2-VL-72B-Instruct",
"TeleAI/TeleMM",
"deepseek-ai/DeepSeek-V2.5"
]
}
}
Expand Down
Binary file modified gui/public/logos/anthropic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/azure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/cohere.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/deepseek.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/fireworks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gui/public/logos/flowiseai.png
Binary file not shown.
Binary file modified gui/public/logos/gemini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gui/public/logos/google-palm.png
Binary file not shown.
Binary file modified gui/public/logos/groq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gui/public/logos/hf.png
Binary file not shown.
Binary file added gui/public/logos/hunyuan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gui/public/logos/ibmold.png
Binary file not shown.
Binary file modified gui/public/logos/lmstudio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/meta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/mistral.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/moonshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gui/public/logos/msty.png
Binary file not shown.
Binary file added gui/public/logos/nvidia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/ollama.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/openai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/qwen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/replicate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/together.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/vertexai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/public/logos/xAI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 30 additions & 17 deletions gui/src/pages/AddNewModel/configs/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1175,42 +1175,55 @@ export const models: { [key: string]: ModelPackage } = {
},
isOpenSource: true,
},
Qwen25Coder_7b: {
title: "Qwen 2.5 Coder 7b",
QwenQwQ_32b_preview: {
title: "Qwen QwQ 32b Preview",
description:
"Qwen 2.5 is an auto-regressive language model that uses an optimized transformer architecture.",
"QwQ-32B-Preview is Qwen's latest experimental research model, focusing on improving AI reasoning capabilities.",
params: {
title: "Qwen 2.5 Coder 7b",
model: "Qwen/Qwen2.5-Coder-7B-Instruct",
title: "Qwen QwQ 32b Preview",
model: "Qwen/QwQ-32B-Preview",
contextLength: 32_000,
},
icon: "qwen.png",
providerOptions: ["siliconflow"],
isOpenSource: true,
},
Qwen25Coder_7b_pro: {
title: "Qwen 2.5 Coder 7b pro",
Qwen25Coder_32b: {
title: "Qwen 2.5 Coder 32b",
description:
"Qwen 2.5 is an auto-regressive language model that uses an optimized transformer architecture.",
params: {
title: "Qwen 2.5 Coder 7b pro",
model: "Pro/Qwen/Qwen2.5-Coder-7B-Instruct",
contextLength: 32_000,
title: "Qwen 2.5 Coder 32b",
model: "Qwen/Qwen2.5-Coder-32B-Instruct",
contextLength: 128_000,
},
icon: "qwen.png",
providerOptions: ["siliconflow"],
isOpenSource: true,
},
Qwen25Coder_32b: {
title: "Qwen 2.5 Coder 32b",
Hunyuan_a52b: {
title: "Hunyuan A52B",
description:
"Qwen 2.5 is an auto-regressive language model that uses an optimized transformer architecture.",
"Hunyuan-Large is the industry's largest open source Transformer architecture MoE model.",
params: {
title: "Qwen 2.5 Coder 32b",
model: "Qwen/Qwen2.5-Coder-32B-Instruct",
contextLength: 128_000,
title: "Hunyuan A52B",
model: "Tencent/Hunyuan-A52B-Instruct",
contextLength: 32_000,
},
icon: "qwen.png",
icon: "hunyuan.png",
providerOptions: ["siliconflow"],
isOpenSource: true,
},
Llama31Nemotron_70b: {
title: "Llama Nemotron 70B Instruct",
description:
"Llama-3.1-Nemotron-70B-Instruct is a large language model customized by NVIDIA, designed to improve the helpfulness of responses generated by LLM to user queries.",
params: {
title: "Llama Nemotron 70B Instruct",
model: "nvidia/Llama-3.1-Nemotron-70B-Instruct",
contextLength: 32_000,
},
icon: "nvidia.png",
providerOptions: ["siliconflow"],
isOpenSource: true,
},
Expand Down
5 changes: 3 additions & 2 deletions gui/src/pages/AddNewModel/configs/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -826,9 +826,10 @@ To get started, [register](https://dataplatform.cloud.ibm.com/registration/stepo
},
],
packages: [
models.Qwen25Coder_7b,
models.Qwen25Coder_7b_pro,
models.QwenQwQ_32b_preview,
models.Qwen25Coder_32b,
models.Hunyuan_a52b,
models.Llama31Nemotron_70b,
],
apiKeyUrl: "https://cloud.siliconflow.cn/account/ak",
},
Expand Down
Loading