Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

Svelte Repl Screenshot

## Inspiration

Original idea here https://github.com/yoheinakajima/fuzzy.js