Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaarthik108 committed Apr 21, 2024
1 parent 95763de commit acb77ff
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# ohno

<p align="center">
<img src="app/assets/og-image.png" alt="ohno - The Fastest AI Chatbot" width="100%">
</p>

<strong>ohno</strong> 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 8B

You 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`

## License

ohno is open-source software licensed under the [MIT License](LICENSE).
Binary file modified app/assets/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions wrangler.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mode = "smart"

[vars]
OPENAI_API_KEY = ""
GORQ_API_KEY = ""
ACCOUNT = ""
USER_NAME = ""
PASSWORD = ""
Expand Down

0 comments on commit acb77ff

Please sign in to comment.