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
- Host: GitHub
- URL: https://github.com/dcoles/openai-egui
- Owner: dcoles
- License: mit
- Created: 2023-01-04T00:43:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T04:57:42.000Z (about 3 years ago)
- Last Synced: 2025-03-13T07:43:39.381Z (over 1 year ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)).