Skip to content

Commit 98eb72f

Browse files
author
filip mertens
committed
fix typo
1 parent 9bc69cf commit 98eb72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remixdesktop/src/lib/InferenceServerManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ export class InferenceManager implements ICompletions {
517517
modelOP = model.modelOP
518518
}
519519
}
520-
const prompt = buildSolgptPromt(userPrompt, modelOP)
520+
const prompt = buildSolgptPrompt(userPrompt, modelOP)
521521

522522
if (params.stream_result) {
523523
return this._streamInferenceRequest('solidity_answer', { prompt, ...params })

0 commit comments

Comments
 (0)