Spaces:
Running
Running
Upload simpel-paint-pro-main.zip
#350
by
koko054
- opened
- .gitattributes +1 -0
- components/editor/ask-ai/settings.tsx +3 -3
- lib/providers.ts +7 -1
- simpel-paint-pro-main.zip +3 -0
.gitattributes
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
simpel-paint-pro-main.zip filter=lfs diff=lfs merge=lfs -text
|
components/editor/ask-ai/settings.tsx
CHANGED
@@ -81,15 +81,15 @@ export function Settings({
|
|
81 |
)}
|
82 |
<label className="block">
|
83 |
<p className="text-neutral-300 text-sm mb-2.5">
|
84 |
-
Choose a
|
85 |
</p>
|
86 |
<Select defaultValue={model} onValueChange={onModelChange}>
|
87 |
<SelectTrigger className="w-full">
|
88 |
-
<SelectValue placeholder="Select a
|
89 |
</SelectTrigger>
|
90 |
<SelectContent>
|
91 |
<SelectGroup>
|
92 |
-
<SelectLabel>
|
93 |
{MODELS.map(
|
94 |
({
|
95 |
value,
|
|
|
81 |
)}
|
82 |
<label className="block">
|
83 |
<p className="text-neutral-300 text-sm mb-2.5">
|
84 |
+
Choose a model
|
85 |
</p>
|
86 |
<Select defaultValue={model} onValueChange={onModelChange}>
|
87 |
<SelectTrigger className="w-full">
|
88 |
+
<SelectValue placeholder="Select a model" />
|
89 |
</SelectTrigger>
|
90 |
<SelectContent>
|
91 |
<SelectGroup>
|
92 |
+
<SelectLabel>Models</SelectLabel>
|
93 |
{MODELS.map(
|
94 |
({
|
95 |
value,
|
lib/providers.ts
CHANGED
@@ -62,7 +62,6 @@ export const MODELS = [
|
|
62 |
label: "Qwen3 Coder 480B A35B Instruct",
|
63 |
providers: ["novita", "hyperbolic"],
|
64 |
autoProvider: "novita",
|
65 |
-
isNew: true,
|
66 |
},
|
67 |
{
|
68 |
value: "moonshotai/Kimi-K2-Instruct",
|
@@ -70,4 +69,11 @@ export const MODELS = [
|
|
70 |
providers: ["together", "novita", "groq"],
|
71 |
autoProvider: "groq",
|
72 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
];
|
|
|
62 |
label: "Qwen3 Coder 480B A35B Instruct",
|
63 |
providers: ["novita", "hyperbolic"],
|
64 |
autoProvider: "novita",
|
|
|
65 |
},
|
66 |
{
|
67 |
value: "moonshotai/Kimi-K2-Instruct",
|
|
|
69 |
providers: ["together", "novita", "groq"],
|
70 |
autoProvider: "groq",
|
71 |
},
|
72 |
+
{
|
73 |
+
value: "deepseek-ai/DeepSeek-V3.1",
|
74 |
+
label: "DeepSeek V3.1",
|
75 |
+
providers: ["fireworks-ai", "novita"],
|
76 |
+
isNew: true,
|
77 |
+
autoProvider: "novita"
|
78 |
+
}
|
79 |
];
|
simpel-paint-pro-main.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba142bf84807f23a34070d6dd639b16135ad88ddac3e846dd2528799b13aa76e
|
3 |
+
size 505875
|