revert model options

This commit is contained in:
2026-01-18 09:09:34 +03:00
parent ff4f59c84f
commit 0e79bbb87d
+1 -6
View File
@@ -94,12 +94,7 @@ export class OllamaChat extends ChatCommand {
stream: true,
think: false,
keep_alive: 300,
messages: chatMessages,
options: {
temperature: 0.1,
top_p: 0.8,
repeat_penalty: 1.15
}
messages: chatMessages
});
ollamaRequests.push({uuid: uuid, stream: stream, done: false, fromId: msg.from.id, chatId: msg.chat.id});