mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
705431aecc
Co-authored-by: Ankush Gola <ankush.gola@gmail.com>
12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"model_name": "text-davinci-003",
|
|
"temperature": 0.7,
|
|
"max_tokens": 256,
|
|
"top_p": 1.0,
|
|
"frequency_penalty": 0.0,
|
|
"presence_penalty": 0.0,
|
|
"n": 1,
|
|
"best_of": 1,
|
|
"request_timeout": null,
|
|
"_type": "openai"
|
|
} |