"...targets/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "b7aa8f2a851525fca789f45a7e4333e5613f4701"
Commit c9137edf authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent d11c373c
......@@ -297,9 +297,11 @@
const submitPrompt = async (userPrompt, _user = null) => {
// Reset chat input textarea
prompt = '';
document.getElementById('chat-textarea').value = '';
document.getElementById('chat-textarea').style.height = '';
prompt = '';
let _responses = [];
console.log('submitPrompt', $chatId);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment