https://github.com/semicognitive/sveltekit-chat
An example SvelteKit project, with a server endpoint written with LangChain.
https://github.com/semicognitive/sveltekit-chat
ai chatgpt javascript openai svelte sveltekit typescript
Last synced: about 1 year ago
JSON representation
An example SvelteKit project, with a server endpoint written with LangChain.
- Host: GitHub
- URL: https://github.com/semicognitive/sveltekit-chat
- Owner: semicognitive
- Created: 2023-04-16T07:34:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T03:39:48.000Z (about 3 years ago)
- Last Synced: 2025-04-03T16:52:33.238Z (about 1 year ago)
- Topics: ai, chatgpt, javascript, openai, svelte, sveltekit, typescript
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 52
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# sveltekit-chat
Built for ***Intelligent Svelte***.
An example SvelteKit project.
## This example
- Includes a frontend written in [TailwindCSS](https://tailwindcss.com)
- Has a `api/chat` endpoint which takes chats, and returns a response from the OpenAI Api! Written in Python with [LangChain](https://langchain.readthedocs.io/en/latest/)