Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
josephclawrence committed Jun 14, 2024
1 parent 27af484 commit ab2766d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syspro/proto/davinciliveOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,10 @@
<a class="dropdown-toggle dropdown-item" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" href="#"><i class="material-icons">palette</i>Model</a>
<ul class="dropdown-menu sys-pd-t-5">
<li>
<a href="#" class="avanti-model-switch" data-modelname="gpt-4o" onclick="setModel(this);"><i class="material-icons sys-mg-r-5 sys-fg-success">check</i>GPT-4o</a>
<a href="#" class="avanti-model-switch" data-modelname="gpt-4o" onclick="setModel(this);"><i class="material-icons sys-mg-r-5 sys-fg-white">check</i>GPT-4o</a>
</li>
<li>
<a href="#" class="avanti-model-switch" data-modelname="gpt-4-turbo-preview" onclick="setModel(this);"><i class="material-icons sys-mg-r-5 sys-fg-white">check</i>GPT-4-turbo</a>
<a href="#" class="avanti-model-switch" data-modelname="gpt-4-turbo-preview" onclick="setModel(this);"><i class="material-icons sys-mg-r-5 sys-fg-success">check</i>GPT-4-turbo</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit ab2766d

Please sign in to comment.