Merge pull request #5675 from ethereum/fixtypo

fix typo
pull/5676/head
bunsenstraat 1 week ago committed by GitHub
commit fb8f47772b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/remixdesktop/src/lib/InferenceServerManager.ts

@ -517,7 +517,7 @@ export class InferenceManager implements ICompletions {
modelOP = model.modelOP modelOP = model.modelOP
} }
} }
const prompt = buildSolgptPromt(userPrompt, modelOP) const prompt = buildSolgptPrompt(userPrompt, modelOP)
if (params.stream_result) { if (params.stream_result) {
return this._streamInferenceRequest('solidity_answer', { prompt, ...params }) return this._streamInferenceRequest('solidity_answer', { prompt, ...params })

Loading…
Cancel
Save