Spaces:
Running
Running
Upload rain-sound-188158.mp3
#346
by
Ashfkhtk11
- opened
- .gitattributes +1 -0
- components/editor/ask-ai/settings.tsx +3 -3
- lib/providers.ts +7 -1
- public/rain-sound-188158.mp3 +3 -0
.gitattributes
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
public/rain-sound-188158.mp3 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 |
];
|
public/rain-sound-188158.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca25c3c85f4fd56abf29ec7a59fc75d243bfbe12160f4f0870fc4f18c5e2c63e
|
3 |
+
size 2915683
|