Nymbo commited on
Commit
6b2fc68
·
verified ·
1 Parent(s): 03c3aac

Update src/routes/+page.server.ts

Browse files
Files changed (1) hide show
  1. src/routes/+page.server.ts +0 -6
src/routes/+page.server.ts CHANGED
@@ -22,12 +22,6 @@ export const load: PageServerLoad = async ({ fetch }) => {
22
  const additionalModels: ModelEntry[] = [
23
  {
24
  id: "meta-llama/Meta-Llama-3.1-8B-Instruct",
25
- id: "meta-llama/Meta-Llama-3.1-70B-Instruct",
26
- id: "google/gemma-2-2b-it",
27
- id: "google/gemma-2-9b-it",
28
- id: "deepseek-ai/DeepSeek-Coder-V2-Instruct",
29
- id: "NousResearch/Hermes-3-Llama-3.1-8B",
30
- id: "NousResearch/Hermes-3-Llama-3.1-70B",
31
  // Add other required properties for ModelEntry
32
  }
33
  ];
 
22
  const additionalModels: ModelEntry[] = [
23
  {
24
  id: "meta-llama/Meta-Llama-3.1-8B-Instruct",
 
 
 
 
 
 
25
  // Add other required properties for ModelEntry
26
  }
27
  ];