Skip to content

Commit

Permalink
chore: update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
diciaup committed Jan 21, 2023
1 parent a53022d commit c7c9c7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistant-cli",
"version": "1.3.6",
"version": "1.4.0",
"description": "A command line tool to easily integrate OpenAI Chat GPT service",
"main": "./bin/cli",
"engines": {
Expand Down
1 change: 0 additions & 1 deletion src/browser-commands/send-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const selectNextConversation = async (win: BrowserWindow, index = 0) => {
console.log('selecting ', index);
return new Promise(async (resolve) => {
win.webContents.debugger.on('message', async (event, method, params) => {
console.log(event, method, params);
if (method === 'Network.responseReceived') {
const {response} = params;
const {url} = response;
Expand Down

0 comments on commit c7c9c7a

Please # to comment.