revert model options
This commit is contained in:
@@ -94,12 +94,7 @@ export class OllamaChat extends ChatCommand {
|
|||||||
stream: true,
|
stream: true,
|
||||||
think: false,
|
think: false,
|
||||||
keep_alive: 300,
|
keep_alive: 300,
|
||||||
messages: chatMessages,
|
messages: chatMessages
|
||||||
options: {
|
|
||||||
temperature: 0.1,
|
|
||||||
top_p: 0.8,
|
|
||||||
repeat_penalty: 1.15
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
ollamaRequests.push({uuid: uuid, stream: stream, done: false, fromId: msg.from.id, chatId: msg.chat.id});
|
ollamaRequests.push({uuid: uuid, stream: stream, done: false, fromId: msg.from.id, chatId: msg.chat.id});
|
||||||
|
|||||||
Reference in New Issue
Block a user