Change temperature

This commit is contained in:
Cremator 2024-05-15 17:55:58 +03:00
commit 66a80a7adb

View file

@ -116,7 +116,7 @@ async function getAIResponse(prompt: string): Promise<Array<{
}> | null> { }> | null> {
const queryConfig = { const queryConfig = {
model: OPENAI_API_MODEL, model: OPENAI_API_MODEL,
temperature: 0.2, temperature: 0,
max_tokens: 700, max_tokens: 700,
top_p: 1, top_p: 1,
frequency_penalty: 0, frequency_penalty: 0,