Files
HadTavern/.agentui/vars/p_prompt_empty.json
2025-10-03 21:55:24 +03:00

36 lines
873 B
JSON

{
"snapshot": {
"incoming": null,
"params": {
"temperature": 0.1
},
"model": "gpt-x",
"vendor_format": "openai",
"system": "",
"OUT": {
"n1": {
"result": {
"echo": {
"url": "https://api.openai.com/v1/chat/completions",
"headers": {
"Content-Type": "application/json",
"Authorization": "Bearer TEST"
},
"payload": {
"model": "gpt-x",
"messages": [],
"temperature": 0.1
}
}
},
"response_text": "https://api.openai.com/v1/chat/completions"
}
},
"OUT_TEXT": {
"n1": "https://api.openai.com/v1/chat/completions"
},
"LAST_NODE": "n1",
"OUT1": "https://api.openai.com/v1/chat/completions",
"EXEC_TRACE": "n1(ProviderCall)"
}
}