File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ PUBLIC_SHARE_PREFIX=#https://hf.co/chat
99
99
PUBLIC_GOOGLE_ANALYTICS_ID = #G-XXXXXXXX / Leave empty to disable
100
100
PUBLIC_ANNOUNCEMENT_BANNERS = `[
101
101
{
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 "
105
105
}
106
106
]`
107
107
Original file line number Diff line number Diff line change 5
5
import Logo from " $lib/components/icons/Logo.svelte" ;
6
6
import { createEventDispatcher } from " svelte" ;
7
7
import IconGear from " ~icons/bi/gear-fill" ;
8
- import CarbonArrowUpRight from " ~icons/carbon/arrow-up-right" ;
9
8
import AnnouncementBanner from " ../AnnouncementBanner.svelte" ;
10
9
import type { Model } from " $lib/types/Model" ;
11
10
import ModelCardMetadata from " ../ModelCardMetadata.svelte" ;
52
51
<a
53
52
target =" _blank"
54
53
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
57
55
>
58
56
</AnnouncementBanner >
59
57
{/each }
You can’t perform that action at this time.
0 commit comments