Skip to content

Commit

Permalink
Merge branch 'main' into kevin/add-prompt-template
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-on committed Oct 31, 2024
2 parents 209c3e4 + da83d8f commit b5cb978
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ Everytime we ask ChatGPT, we need to put so much context information for each qu

Now, you can **add website links** as additional context for your queries.

- Coming soon: Support for image, and external files (PDF, DOCX, ...)
- Website content is automatically extracted
- **Youtube link support**: YouTube transcripts are fetched and included as context
- **Coming soon**: Support for image, and external files (PDF, DOCX, ...)

### Apply Edit

Expand All @@ -47,8 +49,9 @@ Note: The Apply Edit feature is currently slower than desired. We are working on

#### Additional Features

- **Custom Model Selection** : Use your own model by setting your API Key (stored locally).
- **Local Model Support** : Run open-source LLMs locally with [Ollama](https://ollama.ai) for complete privacy.
- **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.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "smart-composer",
"name": "Smart Composer",
"version": "0.1.9",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "AI chat with note context, smart writing assistance, and one-click edits for your vault.",
"author": "Heesu Suh",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-smart-composer",
"version": "0.1.9",
"version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -75,4 +75,4 @@
"uuid": "^10.0.0",
"zod": "^3.23.8"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"0.1.6": "0.15.0",
"0.1.7": "0.15.0",
"0.1.8": "0.15.0",
"0.1.9": "0.15.0"
"0.1.9": "0.15.0",
"1.0.0": "0.15.0"
}

0 comments on commit b5cb978

Please sign in to comment.