Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Jan 21, 2025
1 parent 9bc69cf commit 98eb72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remixdesktop/src/lib/InferenceServerManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ export class InferenceManager implements ICompletions {
modelOP = model.modelOP
}
}
const prompt = buildSolgptPromt(userPrompt, modelOP)
const prompt = buildSolgptPrompt(userPrompt, modelOP)

if (params.stream_result) {
return this._streamInferenceRequest('solidity_answer', { prompt, ...params })
Expand Down

0 comments on commit 98eb72f

Please sign in to comment.