Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joseplayero committed Jul 7, 2024
1 parent ad2d573 commit 5fbb843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reor-project",
"version": "0.2.12",
"version": "0.2.13",
"productName": "Reor",
"main": "dist-electron/main/index.js",
"description": "An AI note-taking app that runs models locally.",
Expand Down Expand Up @@ -154,4 +154,4 @@
"node"
]
}
}
}
1 change: 0 additions & 1 deletion src/components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const EXAMPLE_PROMPTS: { [key: string]: string[] } = {

export type ChatHistory = {
id: string;
// openAIChatHistory: ChatCompletionMessageParam[];
displayableChatHistory: ChatMessageToDisplay[];
};
export type ChatMessageToDisplay = ChatCompletionMessageParam & {
Expand Down

0 comments on commit 5fbb843

Please sign in to comment.