Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chuanqisun/iter
Simple and Powerful Chat IDE for Azure OpenAI
https://github.com/chuanqisun/iter
devtool gpt openai openai-api playground sandbox
Last synced: 3 months ago
JSON representation
Simple and Powerful Chat IDE for Azure OpenAI
- Host: GitHub
- URL: https://github.com/chuanqisun/iter
- Owner: chuanqisun
- License: mit
- Created: 2023-05-09T18:36:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-02T04:54:56.000Z (3 months ago)
- Last Synced: 2024-08-02T05:41:03.901Z (3 months ago)
- Topics: devtool, gpt, openai, openai-api, playground, sandbox
- Language: TypeScript
- Homepage: https://chuanqisun.github.io/iter/
- Size: 662 KB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iter
A minimalist frontend for Azure OpenAI Chat models, optimized for rapid prompt iteration.
- **🔒 Privacy first**: Credentials are stored in your browser. All requests directly sent to API with no middleman. Absolutely no tracking.
- **âš¡ API endpoint and model hot-swap**: Switch between different APIs and models without losing any chat progress
- **🦉 Adapts to OS/Browser default theme**: Dark theme for happy night owls
- **💅 Markdown parser**: Built-in syntax highlight and copy button for code blocks
- **🧠Artifacts**: Run code blocks for SVG, HTML, Mermaid, TypeScript, and React in JSX
- **💻 Interpreter**: Process uploaded files with TypeScript and any browser-friendly npm packages\*This project is still an early experiment. Please share ideas, feedback, or file bugs via GitHub Issues page. Thank you!
## Screenshots
Create a runnable program from text
![Two screenshots of the app, one showing gpt generated code for a todo app, another showing the todo app running live](./designs/screenshots/artifact.png)Recreate the UI of Airbnb with a single screenshot
![Two screenshots of the app, one showing gpt generated code based on user uploaded screen, another showing the code running live](./designs/screenshots/vision.png)