We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebac871 commit eb2a250Copy full SHA for eb2a250
1 file changed
src/DuckLanguageServer/DuckLanguageServer.class.st
@@ -279,7 +279,9 @@ DuckLanguageServer >> generateCommentFor: uri from: startPos to: endPos [
279
api payload
280
model: 'mistral-small-latest';
281
top_p: 1;
282
- response_format: 'json';
+ response_format: (LLMAPIChatObjectResponseFormat new
283
+ type: #json_object;
284
+ yourself);
285
messages: {
286
(LLMAPIChatObjectMessage
287
role: 'system'
0 commit comments