Skip to content

Commit

Permalink
temp: recover some llms provided by GitHub Models
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Nov 26, 2024
1 parent 700c4e2 commit 987af17
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/components/controls/ModelSelector.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script lang="ts">
import ModelItem from './ModelItem.svelte'
import Hr from './Hr.svelte'
</script>

<div class="grid grid-cols-2 w-full justify-between gap-1.5 text-sm">
Expand All @@ -14,13 +15,13 @@
<ModelItem id="yi-lightning" name="yi-lightning" title="⭐ 零一万物的霸榜 SOTA 模型" />
<ModelItem id="THUDM/glm-4-9b-chat" name="glm-4-9b-chat" title="✨ 智谱 AI" />
<ModelItem id="deepseek-ai/DeepSeek-V2.5" name="DeepSeek-V2.5" title="✨ 深度求索" />
<!-- <Hr text="低可用性模型(延迟较大)" />
<ModelItem id="azure:gpt-4o" name="gpt-4o" title="GPT 4o (Azure)" />
<ModelItem id="azure:gpt-4o-mini" name="gpt-4o-mini" title="GPT 4o mini (Azure)" />
<Hr text="低可用性模型(延迟较大)" />
<!-- <ModelItem id="azure:gpt-4o" name="gpt-4o" title="GPT 4o (Azure)" /> -->
<!-- <ModelItem id="azure:gpt-4o-mini" name="gpt-4o-mini" title="GPT 4o mini (Azure)" /> -->
<ModelItem id="Mistral-Nemo" name="Mistral-Nemo" title="Mistral 最新发布的轻快版" />
<ModelItem id="Mistral-large-2407" name="Mistral-large" title="Mistral 旗舰款" />
<ModelItem id="Phi-3.5-MoE-instruct" name="Phi-3.5-MoE-instruct" title="微软的开源模型" />
<ModelItem id="Meta-Llama-3.1-405B-Instruct" name="llama-3.1-405b" title="Llama-3.1 405B 超大杯" />
<!-- <ModelItem id="Phi-3.5-MoE-instruct" name="Phi-3.5-MoE-instruct" title="微软的开源模型" /> -->
<!-- <ModelItem id="Meta-Llama-3.1-405B-Instruct" name="llama-3.1-405b" title="Llama-3.1 405B 超大杯" /> -->
<ModelItem id="AI21-Jamba-1.5-Large" name="Jamba-1.5-Large" title="AI21 Jamba 1.5 Large" />
<ModelItem id="AI21-Jamba-1.5-Mini" name="Jamba-1.5-Mini" title="AI21 Jamba 1.5 Mini" /> -->
<ModelItem id="AI21-Jamba-1.5-Mini" name="Jamba-1.5-Mini" title="AI21 Jamba 1.5 Mini" />
</div>

1 comment on commit 987af17

@vercel
Copy link

@vercel vercel bot commented on 987af17 Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.