An open API service indexing awesome lists of open source software.

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.

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.