Skip to content

Commit

Permalink
Fix wretched KleboldCpp crashing my beloved tovern
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohee1207 committed Apr 4, 2023
1 parent ea9ba9d commit 5ec5d70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ const tiktoken = require('@dqbd/tiktoken');
var Client = require('node-rest-client').Client;
var client = new Client();

client.on('error', (err) => {
console.error('An error occurred:', err);
});

let poe = require('./poe');

var api_server = "http://0.0.0.0:5000";
Expand Down

0 comments on commit 5ec5d70

Please sign in to comment.