Skip to content

Commit

Permalink
fix typo apps/remixdesktop/src/lib/InferenceServerManager.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveredget committed Dec 27, 2024
1 parent 5077b80 commit b421326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/remixdesktop/src/lib/InferenceServerManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ export class InferenceManager implements ICompletions {
} else {
// Server is running with successful request
// console.log('Inference server is running')
// console.log('completion is runnig', state.data?.completion)
// console.log('general is runnig', state.data?.general)
// console.log('completion is running', state.data?.completion)
// console.log('general is running', state.data?.general)
}
// this._handleResources()
}
Expand Down

0 comments on commit b421326

Please sign in to comment.