mirror of
https://github.com/Iheuzio/gpt-contextfiles.git
synced 2026-06-25 22:31:01 +00:00
fix(assistant): Assistant would not answer reponse
This commit is contained in:
+1
-2
@@ -101,8 +101,7 @@ async function handleQuestionSubmission(panel, question, selectedUris) {
|
||||
model: "gpt-3.5-turbo-16k",
|
||||
messages: [
|
||||
{ role: "system", content: "Answer the coding questions, only provide the code and documentation, explaining the solution after providing the code." },
|
||||
{ role: "user", content: question },
|
||||
{ role: "assistant", content: fileContents }
|
||||
{ role: "user", content: question + "\n" + fileContents},
|
||||
],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user