This commit is contained in:
2026-02-13 19:24:20 +01:00
parent 56d56395ee
commit 9dc2dff84a
22 changed files with 5897 additions and 528 deletions

View File

@@ -1,7 +1,7 @@
function createDraggableUI() {
const uiHTML = `
<div id="ai-assistant-ui" class="ai-assistant-container">
<div id="ai-assistant-header">AI Interview Assistant</div>
<div id="ai-assistant-header">AI Assistant</div>
<div id="ai-assistant-content">
<input type="password" id="apiKeyInput" placeholder="Enter your OpenAI API Key here">
<button id="saveApiKey">Save API Key</button>