Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README #80

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,13 @@ Note: The Apply Edit feature is currently slower than desired. We are working on
- Hit `Cmd+Shift+Enter` to run Vault Search answer
- Semantic search across your vault to find the most relevant context

### Prompt Template

![SC5_PromptTemplate.gif](https://github.com/user-attachments/assets/b3dd0666-d232-491b-8c2d-0032732b51cd)

> Save time by creating templates for your frequently used prompts. Access them instantly with a quick `/` command.

- Create templates from any selected text with one click
- Access templates by typing `/` and searching
- Perfect for repetitive tasks and standardized queries

#### Additional Features

- **Custom Model Selection**: Use your own model by setting your API Key (stored locally).
- **Local Model Support**: Run open-source LLMs and embedding models locally with [Ollama](https://ollama.ai) for complete privacy and offline usage.
- **Custom System Prompts**: Define your own system prompts that will be applied to every chat conversation.
- **Prompt Templates**: Create and reuse templates for common queries by typing `/` in the chat view. Perfect for standardizing repetitive tasks.
- Create templates from any selected text with one click

## Getting Started

Expand Down
Loading