Skip to content

Commit

Permalink
Merge pull request #5675 from ethereum/fixtypo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
bunsenstraat authored Jan 21, 2025
2 parents 9bc69cf + 98eb72f commit fb8f477
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 fb8f477

Please sign in to comment.