Guidely frontend. Make sure to follow instructions for running the guidely-server.
Guidely is an interface over Microsoft's Guidance Framework. It uses the Google's Blockly library to provide a visual interface for creating and editing Guidance programs. Not only does it generate the handlebar syntax, it also runs the Guidance program and streams the result using Server Sent Events.
The goal is to eventually implement all the instructions and options of the Guidance framework + more.
- Follow the instructions for running the guidely-server.
- Run the UI:
- Locally:
a. Clone this repo.
b. Run
npm install
oryarn install
orpnpm install
. - Deploy to Vercel.
- Locally:
a. Clone this repo.
b. Run
- Open the UI
- Copy your Vast.ai host and port into the input field as such:
http://<host>:<port>/llm
.