Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
longy2k committed Aug 18, 2023
1 parent 2adf54a commit de898d3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ data/*

# Exclude macOS Finder (System Explorer) View States
.DS_Store

# Version
version-bump.mjs
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BMO Chatbot for Obsidian
Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) such as OpenAI's 'gpt-3.5-turbo' and 'gpt-4' for Obsidian.
Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) such as OpenAI's "gpt-3.5-turbo" and "gpt-4" for Obsidian.

![Screenshot-1](README_images/Screenshot-1.png)
<p align="center">
Expand All @@ -18,7 +18,7 @@ Generate and brainstorm ideas while creating your notes using Large Language Mod
## Requirements
To use this plugin, you'll need an OpenAI account with API access. If you don't have an account yet, you can sign up for one on the [OpenAI website](https://platform.openai.com/overview).

Additionally, if you want to interact with self-hosted API LLM(s) models using [LocalAI](https://github.com/go-skynet/LocalAI), you will need to have the self-hosted API set up and running. You can follow the instructions provided by the self-hosted API provider to get it up and running. Once you have the REST API URL for your self-hosted API, you can use it with this plugin to interact with your models.
Additionally, if you want to interact with self-hosted Large Language Models (LLMs) using [LocalAI](https://github.com/go-skynet/LocalAI), you will need to have the self-hosted API set up and running. You can follow the instructions provided by the self-hosted API provider to get it up and running. Once you have the REST API URL for your self-hosted API, you can use it with this plugin to interact with your models.

Explore some models at [GPT4ALL](https://gpt4all.io/index.html) under the "Model Explorer" section.

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "bmo-chatbot",
"name": "BMO Chatbot",
"version": "1.3.7",
"version": "1.3.8",
"minAppVersion": "1.0.0",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) such as OpenAI's \"gpt-3.5-turbo\" and \"gpt-4.\"",
"author": "Longy2k",
"authorUrl": "https://github.com/longy2k",
"fundingUrl": "https://www.buymeacoffee.com/longy2k",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bmo-chatbot",
"version": "1.3.7",
"version": "1.3.8",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) such as OpenAI's \"gpt-3.5-turbo\" and \"gpt-4.\"",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}

0 comments on commit de898d3

Please sign in to comment.