langchain/docs/examples/prompts/llm.json

11 lines
217 B
JSON
Raw Normal View History

2022-12-13 15:50:46 +00:00
{
"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,
"_type": "openai"
}