File size: 922 Bytes
6e524ad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
{
"memory": null,
"verbose": false,
"tags": null,
"metadata": null,
"prompt": {
"input_variables": [
"genre"
],
"input_types": {},
"output_parser": null,
"partial_variables": {},
"template": "Write a story with dialogues of a romance story that leans into a {genre} genre, The story should be completed from the beginning to the end",
"template_format": "f-string",
"validate_template": true,
"_type": "prompt"
},
"llm": {
"model_name": "gpt-4",
"model": "gpt-4",
"request_timeout": null,
"max_tokens": null,
"stream": false,
"n": 1,
"temperature": 0.4,
"_type": "openai-chat"
},
"output_key": "text",
"output_parser": {
"_type": "default"
},
"return_final_only": true,
"llm_kwargs": {},
"_type": "llm_chain"
} |