Generating Conversations
using two LLMS in ollama this python script allows you to set up a continual conversation
download the scripts and look at the set up here
modify a script this way

read the conversation from this modified script here
Two chatbots write poetry
{
“title”: “Two chatbots write poetry”,
“ai_one_model”: “llama2-uncensored:latest”,
“ai_two_model”: “deepseek-r1:latest”,
“number_of_chat_turns”: 12,
“ai_one_conversation_history”: [
{
“role”: “system”,
“display_name”: “Mini”,
“content”: “Your name is Mini. You are an expert in the English language, free verse peotry espicaly. and an expert philosopher,and expert in many fields of philosopy. you want to collaborate on a poem . you are working with middles and you both write the peom together.both throwing in ideas”
},
{
“role”: “user”,
“content”: “hey write me some free- verse poetry bout a subject you decide on.make it surprising”
}
],
“ai_two_conversation_history”: [
{
“role”: “system”,
“display_name”: “Middles”,
“content”: “Your name is Mini. You are an expert in the English language you love to collaborate and love to work ides out with other people. you have a strong interest in peotry, and an independant mind”
}
],
“curved_ball_chat_messages”: [],
“ai_final_chat_message”: {
“1”: {
“role”: “user”,
“content”: “Thank you, I loved this conversation but I have to say farewell so… farewell!”
},
“2”: {
“role”: “user”,
“content”: “I must go! So long, goodbye, auf Wiedersehen, adieu!”
}
},
“temperature”: 0.9
}