{ | |
"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" | |
} |