Skip to content

Commit

Permalink
chore(release): updating to 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](1.6.0...1.7.0) (2023-10-30)

### Bug Fixes

* update model selector; remove broken maxtokens input ([89b0edb](89b0edb))

### Features

* add gpt-3.5-turbo-instruct, gpt-4-32k, and gpt-3.5-turbo-16k ([f6cc31a](f6cc31a))
  • Loading branch information
semantic-release-bot committed Oct 30, 2023
1 parent 524353a commit 6eef044
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "ai-research-assistant",
"name": "AI Research Assistant",
"version": "1.6.0",
"version": "1.7.0",
"minAppVersion": "1.1.9",
"description": "A Prompt Engineering research utility for generative AI models like OpenAI's ChatGPT that facilitates archiving and searching conversations and live editing a conversation's context/memory.",
"author": "Interweb Alchemy",
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interwebalchemy/obsidian-ai-research-assistant",
"version": "1.6.0",
"version": "1.7.0",
"description": "Prompt Engineering research tool integrated into Obsidian.md",
"license": "MIT",
"main": "dist/main.js",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"1.4.2": "1.1.9",
"1.4.3": "1.1.9",
"1.5.0": "1.1.9",
"1.6.0": "1.1.9"
"1.6.0": "1.1.9",
"1.7.0": "1.1.9"
}

0 comments on commit 6eef044

Please sign in to comment.