Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaarthik108/ohno
ohno - a lightning-fast AI chatbot built with the Hono.js framework, React, and Tailwind CSS
https://github.com/kaarthik108/ohno
cloudflare-workers cortex groq honojs llama3 react shadcn-ui snowflake workers-ai
Last synced: 2 months ago
JSON representation
ohno - a lightning-fast AI chatbot built with the Hono.js framework, React, and Tailwind CSS
- Host: GitHub
- URL: https://github.com/kaarthik108/ohno
- Owner: kaarthik108
- License: mit
- Created: 2024-04-18T03:56:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T05:37:19.000Z (9 months ago)
- Last Synced: 2024-11-02T14:33:50.265Z (3 months ago)
- Topics: cloudflare-workers, cortex, groq, honojs, llama3, react, shadcn-ui, snowflake, workers-ai
- Language: TypeScript
- Homepage: https://ohno-1sq.pages.dev/
- Size: 209 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ohno
ohno is a lightning-fast AI chatbot built with the Hono.js framework, React, and Tailwind CSS.
## Models and Providers
ohno supports the following AI models and providers:
- Groq: Llama-3 70B
- Snowflake Cortex: Mixtral 8x7B
- Cloudflare Workers AI: Llama-3 8BYou can easily switch between models and providers to experiment with different AI models.
## Developing
- Clone the repository
- Install the dependencies: `npm install`
- Configure the credentials in the `wrangler.toml` file
- Deploy api route for snowflake model in a nodejs runtime or run it locally and attach it to a cloudflare tunnel
- Start the development server: `npm run dev`## Credits
- @yusukebe creator of the [Hono.js]("https://hono.dev/") framework
- @yossydev for the Shadcn Template## License
ohno is open-source software licensed under the [MIT License](LICENSE).