minor change
This commit is contained in:
parent
96262c35d2
commit
0d6127292b
|
|
@ -248,7 +248,7 @@ public partial class InstructService
|
||||||
Provider = codeInterpreter.Provider,
|
Provider = codeInterpreter.Provider,
|
||||||
Model = string.Empty,
|
Model = string.Empty,
|
||||||
TemplateName = scriptName,
|
TemplateName = scriptName,
|
||||||
UserMessage = string.Empty,
|
UserMessage = message.Content,
|
||||||
SystemInstruction = string.Empty,
|
SystemInstruction = string.Empty,
|
||||||
CompletionText = response.Text
|
CompletionText = response.Text
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue