https://github.com/sitamgithub-msit/sveltekit-huggingface
A pirate-themed chatbot using Gemma2 9B-it via Groq, Vercel AI SDK, and SvelteKit.
https://github.com/sitamgithub-msit/sveltekit-huggingface
chatbot css gemma gemma-2-9b-it groq-api html javascript svelte sveltekit typescript
Last synced: 7 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/sitamgithub-msit/sveltekit-huggingface
- Owner: sitamgithub-MSIT
- Created: 2024-11-18T22:05:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T22:38:08.000Z (11 months ago)
- Last Synced: 2025-03-14T23:27:06.437Z (11 months ago)
- Topics: chatbot, css, gemma, gemma-2-9b-it, groq-api, html, javascript, svelte, sveltekit, typescript
- Language: CSS
- Homepage:
- Size: 174 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.