Skip to content

Commit

Permalink
feat: updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortyseven committed Aug 17, 2024
1 parent 9c57b1b commit 57b1faf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ Chit is a light, serverless chat front-end for Ollama that doesn't rely on a ser

- Compatible with KoboldCpp presets, at least on import. Saving is supported, but not guaranteed to be backwards compatible. Try it!

- Temporary system prompt clipboard (works like "M" and "MC" on a calculator)

- Quick system prompt presets for common tasks (summary, etc.)

- Basic variable expansion for system prompts (e.g. `{{myvariable}}` -> `My Text`, and `{{date}}` expands to the current date/time of inference.

- Markdown rendering if it's detected in the response (code blocks, etc), or just uses it all the time if configured.

- Code block syntax highting for common languages

- Reroll responses, copy responses to clipboard, etc.

- Implements image pasting from the clipboard for inference against multimodal models.
Expand All @@ -30,6 +36,7 @@ Chit is a light, serverless chat front-end for Ollama that doesn't rely on a ser

- Everything is persisted through your browser's localStorage, or through JSON exports.


# Use it

There's a [hosted copy here on GitHub](https://fortyseven.github.io/chit/) with the latest build. You can use this as much as you like (it defaults to the default localhost Ollama endpoint), but feel free to build and host it yourself. 🍻 - Just beware that since it's the latest build, it may include new bugs. But it also might include new features. _Live life on the edge._
Expand Down

0 comments on commit 57b1faf

Please sign in to comment.