Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed May 13, 2023
1 parent 71882c8 commit ff30bfa
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 5 deletions.
12 changes: 11 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve

uses: [TypeScript], [vitest], [Tailwind], [PostCSS], [Prism]

1. **[watch-this](https://what-to-watch-roan.vercel.app)** 
1. **[Watch This](https://what-to-watch-roan.vercel.app)** 
[[code](https://github.com/StephDietz/watch-this)] 
<a href="https://github.com/StephDietz/watch-this/stargazers">
<img src="https://img.shields.io/github/stars/StephDietz/watch-this?logo=github" alt="GitHub stars" valign="middle">
Expand All @@ -734,6 +734,16 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve

uses: [Tailwind], [ProseMirror], [AWS]

1. **[Chat UI](https://huggingface.co/chat)**&ensp;
[[code](https://github.com/huggingface/chat-ui)]&ensp;
<a href="https://github.com/huggingface/chat-ui/stargazers">
<img src="https://img.shields.io/github/stars/huggingface/chat-ui?logo=github" alt="GitHub stars" valign="middle">
</a>

Powers the HuggingChat app. Making the community's best AI chat models available to everyone.<br>

uses: [@huggingface/inference], [@huggingface/hub], [Tailwind]

[algolia]: https://algolia.com
[anime.js]: https://animejs.com
[aws]: https://aws.amazon.com
Expand Down
2 changes: 1 addition & 1 deletion site/src/lib/SiteDetails.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$: tools = uses.map((tool) => {
const href = uses_links[tool.toLowerCase()]
if (!href) {
throw `Unknown tool: ${tool}`
console.error(`Unknown tool: ${tool}`)
} else if (!href.startsWith(`https`)) {
// all tools should have an https URL
throw `All tool URLs should use HTTPS: ${tool} has href: ${href}`
Expand Down
52 changes: 51 additions & 1 deletion site/src/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2503,7 +2503,7 @@
name: Ankur Singhal
location: null
company: null
- title: watch-this
- title: Watch This
url: https://what-to-watch-roan.vercel.app
repo: https://github.com/StephDietz/watch-this
description: >-
Expand Down Expand Up @@ -2557,3 +2557,53 @@
name: Michael Aufreiter
location: Linz, Austria
company: Ken
- title: Chat UI
url: https://huggingface.co/chat
repo: https://github.com/huggingface/chat-ui
description: >-
Powers the HuggingChat app. Making the community&#39;s best AI chat models
available to everyone.
uses:
- '@huggingface/inference'
- '@huggingface/hub'
- Tailwind
tags:
- ai
- chat
- gpt
- large language models
- nlp
- open source
date_created: 2023-04-04T00:00:00.000Z
date_added: 2023-05-11T00:00:00.000Z
slug: chat-ui
repo_stars: 593
contributors:
- github: coyotte508
twitter: null
url: https://coyo.dev
avatar: https://avatars.githubusercontent.com/u/342922?v=4
name: Eliott C.
location: null
company: null
- github: Grsmto
twitter: adriendenat
url: https://adriendenat.com
avatar: https://avatars.githubusercontent.com/u/527559?v=4
name: Adrien Denat
location: London, UK
company: null
- github: gary149
twitter: null
url: https://twitter.com/victormustar
avatar: https://avatars.githubusercontent.com/u/3841370?v=4
name: Victor Muštar
location: Paris
company: '@huggingface'
- github: julien-c
twitter: null
url: https://twitter.com/julien_c
avatar: https://avatars.githubusercontent.com/u/326577?v=4
name: Julien Chaumond
location: Brooklyn, NY
company: '@huggingface '
Binary file added site/static/screenshots/chat-ui.avif
Binary file not shown.
Binary file added site/static/screenshots/chat-ui.small.avif
Binary file not shown.
2 changes: 1 addition & 1 deletion site/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ if (!action_types.includes(action)) {
}

update_readme()
make_screenshots({ action })
if (!process.env.CI) fetch_github_metadata({ action })
make_screenshots({ action })

export default {
plugins: [sveltekit(), yaml()],
Expand Down
11 changes: 10 additions & 1 deletion sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@
date_created: 2023-02-21
date_added: 2023-03-06

- title: watch-this
- title: Watch This
url: https://what-to-watch-roan.vercel.app
repo: https://github.com/StephDietz/watch-this
description:
Expand All @@ -792,3 +792,12 @@
tags: [postgres, richtext, editable, cms-free, template]
date_created: 2023-04-04
date_added: 2023-05-07

- title: Chat UI
url: https://huggingface.co/chat
repo: https://github.com/huggingface/chat-ui
description: Powers the HuggingChat app. Making the community's best AI chat models available to everyone.
uses: [Huggingface Inference, Huggingface Hub, Tailwind]
tags: [gpt, ai, nlp, chat, large language models]
date_created: 2023-04-04
date_added: 2023-05-11
2 changes: 2 additions & 0 deletions tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ graphcms: https://graphcms.com
graphql: https://graphql.org
gsap: https://greensock.com/gsap
highlight.js: https://highlightjs.org
huggingface hub: https://github.com/huggingface/huggingface_hub
huggingface inference: https://github.com/huggingface/text-generation-inference
hugo: https://gohugo.io
husky: https://github.com/typicode/husky
ibm carbon: https://carbondesignsystem.com
Expand Down

0 comments on commit ff30bfa

Please sign in to comment.