Skip to content

Commit

Permalink
Merge branch 'master' into move-appManager-tots
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang authored Jan 21, 2025
2 parents 8887149 + fb8f477 commit 26bedd9
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 26bedd9

Please sign in to comment.