https://github.com/skywardai/rebel
This is the UI for SkywardAI APIs aggregator, written in native javascript.
https://github.com/skywardai/rebel
ai-copilot chatbot fine-tuning html javascript language-model rag stream
Last synced: 2 months ago
JSON representation
This is the UI for SkywardAI APIs aggregator, written in native javascript.
- Host: GitHub
- URL: https://github.com/skywardai/rebel
- Owner: SkywardAI
- Created: 2024-07-03T06:33:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T06:44:59.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T08:14:53.560Z (about 1 year ago)
- Topics: ai-copilot, chatbot, fine-tuning, html, javascript, language-model, rag, stream
- Language: JavaScript
- Homepage: https://frontend-js-fqn1.onrender.com
- Size: 234 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Rebel
[](https://github.com/SkywardAI/rebel/actions/workflows/linter-builder-checker.yml) [](https://github.com/SkywardAI/rebel/actions/workflows/github-code-scanning/codeql) [](https://github.com/SkywardAI/rebel/actions/workflows/release-drafter.yml) [](https://github.com/SkywardAI/rebel/actions/workflows/release-image.yml)
This frontend application is written by native javascript without use any frontend frame.\
Don't have to worry about package.json and package-lock.json, they are for linter only, see [Code Lint](#code-lint).
## Run
Because morden browsers won't let file directly read models,\
you still need support to run it by using some libraries:\
Run by npm serve:
> npx serve --cors
OR
> npm install serve\
> serve --cors
And access ports relatively
## Code Lint
**Please do code lint first before you push!**\
If you want to run code lint, you can run
> npm install\
> npm run lint