Skip to content

Commit fb8f477

Browse files
authored
Merge pull request #5675 from ethereum/fixtypo
fix typo
2 parents 9bc69cf + 98eb72f commit fb8f477

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)