mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
27 lines
654 B
JSON
27 lines
654 B
JSON
{
|
|
"memory": null,
|
|
"verbose": true,
|
|
"prompt": {
|
|
"input_variables": [
|
|
"question"
|
|
],
|
|
"output_parser": null,
|
|
"template": "Question: {question}\n\nAnswer: Let's think step by step.",
|
|
"template_format": "f-string"
|
|
},
|
|
"llm": {
|
|
"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"
|
|
},
|
|
"output_key": "text",
|
|
"_type": "llm_chain"
|
|
} |