test ollama options
This commit is contained in:
@@ -94,7 +94,12 @@ export class OllamaChat extends ChatCommand {
|
||||
stream: true,
|
||||
think: false,
|
||||
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});
|
||||
|
||||
Reference in New Issue
Block a user