mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 12:24:51 +00:00
Finished UI work for AI Providers and Models, AI is set to use the new AI Provider and Models
This commit is contained in:
@@ -43,21 +43,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="form-group">
|
||||
<label>AI Model</label>
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-robot"></i></span>
|
||||
</div>
|
||||
<input type="text" class="form-control" name="model" placeholder="ex gpt-4">
|
||||
</div>
|
||||
<small class="text-muted">
|
||||
More AI models can be added after adding the provider.
|
||||
</small>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="modal-footer bg-white">
|
||||
<button type="submit" name="add_ai_provider" class="btn btn-primary text-bold"><i class="fa fa-check mr-2"></i>Create</button>
|
||||
|
||||
Reference in New Issue
Block a user