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

https://github.com/przeprogramowani/ai-openai-api-examples

Experiments with OpenAI API, Svelte and TypeScript
https://github.com/przeprogramowani/ai-openai-api-examples

Last synced: 12 months ago
JSON representation

Experiments with OpenAI API, Svelte and TypeScript

Awesome Lists containing this project

README

          

# OpenAI API - Experiments

![](./media/app.png)

## What's inside

There are three examples that you can test on your own:

* Completion API (based on GPT-4 model)
* Image API (based on DALL-E model)
* Transcription API (based on Whisper model)

## Prerequisite

Create `openapi.json` file in root of the project with the following content:

```json
{
"openAiApiKey": "YOUR_API_KEY_HERE"
}
```
Enjoy!