Create dropdown box to select which model to use in the GUI on startup
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
<header>
|
||||
<h1>Welcome to Kuzco Chat</h1>
|
||||
</header>
|
||||
<div id="modelSelectionContainer">
|
||||
<label for="modelSelect">Choose AI Model:</label>
|
||||
<select id="modelSelect">
|
||||
<option value="mistral">Mistral</option>
|
||||
<option value="llama2">Llama2</option>
|
||||
</select>
|
||||
</div>
|
||||
<main id="chatHistory" class="chat-history">
|
||||
</main>
|
||||
<footer>
|
||||
|
||||
Reference in New Issue
Block a user