enzostvs HF Staff commited on
Commit
7a9e0d8
·
1 Parent(s): ba8865d
src/components/ask-ai/ask-ai.tsx CHANGED
@@ -268,7 +268,7 @@ function AskAI({
268
  }}
269
  >
270
  <p className="text-sm font-medium text-neutral-300 group-hover:text-neutral-200 transition-colors duration-200">
271
- {isThinking ? "AI is thinking..." : "AI's plan"}
272
  </p>
273
  <ChevronDown
274
  className={classNames(
 
268
  }}
269
  >
270
  <p className="text-sm font-medium text-neutral-300 group-hover:text-neutral-200 transition-colors duration-200">
271
+ {isThinking ? "DeepSite is thinking..." : "DeepSite's plan"}
272
  </p>
273
  <ChevronDown
274
  className={classNames(
utils/providers.js CHANGED
@@ -41,7 +41,14 @@ export const MODELS = [
41
  {
42
  value: "deepseek-ai/DeepSeek-R1-0528",
43
  label: "DeepSeek R1 0528",
44
- providers: ["fireworks-ai", "novita", "hyperbolic", "nebius", "together"],
 
 
 
 
 
 
 
45
  autoProvider: "novita",
46
  isNew: true,
47
  isThinker: true,
 
41
  {
42
  value: "deepseek-ai/DeepSeek-R1-0528",
43
  label: "DeepSeek R1 0528",
44
+ providers: [
45
+ "fireworks-ai",
46
+ "novita",
47
+ "hyperbolic",
48
+ "nebius",
49
+ "together",
50
+ "sambanova",
51
+ ],
52
  autoProvider: "novita",
53
  isNew: true,
54
  isThinker: true,