GAF to fix error inn settings migration
This commit is contained in:
parent
47cc5fae55
commit
baa241ca14
@ -15,7 +15,7 @@ openai.organization = "org-hNNV1yHjZp7T3pn5pdZWaKLm"
|
|||||||
URL="https://api.openai.com/v1/completions"
|
URL="https://api.openai.com/v1/completions"
|
||||||
|
|
||||||
DATA = {"model": "text-davinci-003",
|
DATA = {"model": "text-davinci-003",
|
||||||
"prompt": PROMPTS[0],
|
"prompt": settings.PROMPTS[0],
|
||||||
"temperature":1,
|
"temperature":1,
|
||||||
"max_tokens": 200
|
"max_tokens": 200
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user