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

https://github.com/dcoles/openai-egui

Simple GUI for OpenAPI as a demonstration of egui
https://github.com/dcoles/openai-egui

Last synced: about 2 months ago
JSON representation

Simple GUI for OpenAPI as a demonstration of egui

Awesome Lists containing this project

README

          

# OpenAI GUI client (egui)

A small project to learn how to create GUIs using [egui](https://www.egui.rs/).

Not intended for any real-world use.

# Building

```bash
cargo build --release

echo 'OPENAI_API_KEY' > openai.token
target/release/openai-egui
```

# License

Licensed under the MIT License (see [LICENSE](LICENSE)).