Platshållare för meny. För tillfället är innehållet statiskt
This commit is contained in:
@@ -9,6 +9,17 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Ollama Chat</h1>
|
<h1>Ollama Chat</h1>
|
||||||
|
|
||||||
|
<!-- Add the dropdown menu here -->
|
||||||
|
<div class="dropdown">
|
||||||
|
<button class="dropbtn">Select Endpoint/LLM</button>
|
||||||
|
<div class="dropdown-content">
|
||||||
|
<a href="#" onclick="frontendApi.setEndpointAndLlm('endpoint1', 'llm1')">Endpoint 1 - LLM 1</a>
|
||||||
|
<a href="#" onclick="frontendApi.setEndpointAndLlm('endpoint2', 'llm2')">Endpoint 2 - LLM 2</a>
|
||||||
|
<a href="#" onclick="frontendApi.setEndpointAndLlm('endpoint3', 'llm3')">Endpoint 3 - LLM 3</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="chatbox">
|
<div id="chatbox">
|
||||||
<!-- messages will be rendered here -->
|
<!-- messages will be rendered here -->
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user