site_urban

#304
by Urban123 - opened
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 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,
 
81
  )}
82
  <label className="block">
83
  <p className="text-neutral-300 text-sm mb-2.5">
84
+ Choose a DeepSeek model
85
  </p>
86
  <Select defaultValue={model} onValueChange={onModelChange}>
87
  <SelectTrigger className="w-full">
88
+ <SelectValue placeholder="Select a DeepSeek model" />
89
  </SelectTrigger>
90
  <SelectContent>
91
  <SelectGroup>
92
+ <SelectLabel>DeepSeek models</SelectLabel>
93
  {MODELS.map(
94
  ({
95
  value,
lib/providers.ts CHANGED
@@ -62,6 +62,7 @@ export const MODELS = [
62
  label: "Qwen3 Coder 480B A35B Instruct",
63
  providers: ["novita", "hyperbolic"],
64
  autoProvider: "novita",
 
65
  },
66
  {
67
  value: "moonshotai/Kimi-K2-Instruct",
@@ -69,11 +70,4 @@ export const MODELS = [
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
  ];
 
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
  providers: ["together", "novita", "groq"],
71
  autoProvider: "groq",
72
  },
 
 
 
 
 
 
 
73
  ];