Skip to content

Commit 15dd500

Browse files
committed
changed prompt for chat
1 parent 1f173ae commit 15dd500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remix-ide/src/app/plugins/solcoderAI.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ enum BackendOPModel{
2828
}
2929

3030
const PromptBuilder = (inst, answr, modelop) => {
31-
if (modelop === BackendOPModel.CodeLLama) return "\n### INSTRUCTION:\n" + inst + "\n### RESPONSE:\n" + answr
32-
if (modelop === BackendOPModel.DeepSeek) return ""
31+
if (modelop === BackendOPModel.CodeLLama) return ""
32+
if (modelop === BackendOPModel.DeepSeek) return "\n### INSTRUCTION:\n" + inst + "\n### RESPONSE:\n" + answr
3333
if (modelop === BackendOPModel.Mistral) return ""
3434
}
3535

0 commit comments

Comments
 (0)