GAF to fix error inn settings migration

This commit is contained in:
adamoutler 2023-02-05 23:57:52 +00:00
parent 47cc5fae55
commit baa241ca14

View File

@ -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
} }