https://github.com/sitammeur/sveltekit-huggingface
A pirate-themed chatbot using Gemma2 9B-it via Groq, Vercel AI SDK, and SvelteKit.
https://github.com/sitammeur/sveltekit-huggingface
ai chatbot css html huggingface-inference-endpoint javascript svelte sveltekit typescript vercel-ai-sdk
Last synced: 2 months ago
JSON representation
A pirate-themed chatbot using Gemma2 9B-it via Groq, Vercel AI SDK, and SvelteKit.
- Host: GitHub
- URL: https://github.com/sitammeur/sveltekit-huggingface
- Owner: sitammeur
- Created: 2024-11-18T22:05:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T22:38:08.000Z (over 1 year ago)
- Last Synced: 2025-10-11T06:32:10.326Z (9 months ago)
- Topics: ai, chatbot, css, html, huggingface-inference-endpoint, javascript, svelte, sveltekit, typescript, vercel-ai-sdk
- Language: CSS
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sveltekit-Hugging Face
This SvelteKit project makes use of Hugging Face inference providers in OpenAI-compatible mode to access various models. It serves as a simple example of how to utilize these inference providers alongside the Vercel AI SDK to create a chatbot that interacts with a large language model. The project is based on Daytona's starter AI chatbot initiative.