langchain/docs/modules/chains/generic/llm.json

13 lines
262 B
JSON
Raw Normal View History

2023-01-25 05:36:19 +00:00
{
"model_name": "text-davinci-003",
"temperature": 0.0,
"max_tokens": 256,
"top_p": 1,
"frequency_penalty": 0,
"presence_penalty": 0,
"n": 1,
"best_of": 1,
"request_timeout": null,
"logit_bias": {},
"_type": "openai"
}