Skip to content

Commit

Permalink
refactor(src): simplify localhost error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mason-at-pieces committed Jun 23, 2024
1 parent b10ece8 commit 8ba3d7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ async function transcribeAndRespond(filePath) {

console.log(`USER:\n${output.text}\n`);

// If you are getting an error connecting to http:localhost:1000, try one of the following urls instead:
// http://0.0.0.0:1000
// http://127.0.0.1:1000
// If you are getting an error connecting to http:127.0.0.1:1000, try http://0.0.0.0:1000 or http://localhost:1000
const piecesClient = new PiecesClient({
baseUrl: 'http://127.0.0.1:1000',
});
Expand Down

0 comments on commit 8ba3d7e

Please sign in to comment.