Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semicognitive/thefuz
Using GPT-3 as a back-end, but with Svelte.
https://github.com/semicognitive/thefuz
gpt3 svelte typescript
Last synced: 13 days ago
JSON representation
Using GPT-3 as a back-end, but with Svelte.
- Host: GitHub
- URL: https://github.com/semicognitive/thefuz
- Owner: semicognitive
- License: mit
- Created: 2023-01-29T07:02:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T07:58:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T10:25:14.368Z (15 days ago)
- Topics: gpt3, svelte, typescript
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# thefuz
Using GPT-3 as a back-end, but with Svelte.
Made from [this template](https://github.com/semicognitive/es-package/generate)
## Usage
Try in the [Svelte Repl](https://svelte.dev/repl/ba9befe7c7854b5a8b98e00a1bcbfd53?version=3.55.1)```svelte
import { fuzzyapi } from "https://esm.sh/thefuz";
//TODO: Fill in your OPENAI API KEY
const OPENAI_KEY = "";
```Example
## Inspiration
Original idea here https://github.com/yoheinakajima/fuzzy.js