feat: allow to specify models in agent creation mask

Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
mudler
2025-03-11 10:20:24 +01:00
parent 40b0d4bfc9
commit 9ff2fde44f

View File

@@ -151,6 +151,16 @@
<input type="text" name="periodic_runs" id="periodic_runs" placeholder="Periodic Runs"> <input type="text" name="periodic_runs" id="periodic_runs" placeholder="Periodic Runs">
</div> </div>
<div class="mb-4">
<label for="model">Model </label>
<input type="text" name="model" id="model" placeholder="Model name">
</div>
<div class="mb-4">
<label for="multimodal_model">Multimodal Model </label>
<input type="text" name="multimodal_model" id="multimodal_model" placeholder="Model name">
</div>
<div class="mb-4"> <div class="mb-4">
<label for="permanent_goal">Permanent Goal</label> <label for="permanent_goal">Permanent Goal</label>
<textarea name="permanent_goal" id="permanent_goal" placeholder="Permanent goal"></textarea> <textarea name="permanent_goal" id="permanent_goal" placeholder="Permanent goal"></textarea>