Skip to content

Commit 3941b41

Browse files
author
Mishig
authored
update news (#753)
1 parent a8ca669 commit 3941b41

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ PUBLIC_SHARE_PREFIX=#https://hf.co/chat
9999
PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
100100
PUBLIC_ANNOUNCEMENT_BANNERS=`[
101101
{
102-
"title": "Code Llama 70B is live! 🦙",
103-
"linkTitle": "Announcement",
104-
"linkHref": "https://ai.meta.com/blog/code-llama-large-language-model-coding/"
102+
"title": "Code Llama 70B is available! 🦙",
103+
"linkTitle": "try it",
104+
"linkHref": "https://huggingface.co/chat?model=codellama/CodeLlama-70b-Instruct-hf"
105105
}
106106
]`
107107

src/lib/components/chat/ChatIntroduction.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import Logo from "$lib/components/icons/Logo.svelte";
66
import { createEventDispatcher } from "svelte";
77
import IconGear from "~icons/bi/gear-fill";
8-
import CarbonArrowUpRight from "~icons/carbon/arrow-up-right";
98
import AnnouncementBanner from "../AnnouncementBanner.svelte";
109
import type { Model } from "$lib/types/Model";
1110
import ModelCardMetadata from "../ModelCardMetadata.svelte";
@@ -52,8 +51,7 @@
5251
<a
5352
target="_blank"
5453
href={banner.linkHref}
55-
class="mr-2 flex items-center underline hover:no-underline"
56-
><CarbonArrowUpRight class="mr-1.5 text-xs" /> {banner.linkTitle}</a
54+
class="mr-2 flex items-center underline hover:no-underline">{banner.linkTitle}</a
5755
>
5856
</AnnouncementBanner>
5957
{/each}

0 commit comments

Comments
 (0)