mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-06-28 20:14:14 +00:00
Change temperature
This commit is contained in:
parent
a9a064dfa1
commit
66a80a7adb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue