You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/templates/settings.html
+24-2Lines changed: 24 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -154,15 +154,37 @@ <h1 class="title font-bold inter darkblue text-4xl">FreeGPT4</h1>
154
154
{% endif %}
155
155
</td>
156
156
</tr>
157
+
<tr>
158
+
<tdclass="py-1 fond-bold inter darkblue text-lg border-b border-slate-800" id="set_5">
159
+
<b>Fast API:</b>
160
+
<br>
161
+
<pid="warning_2" class="text-sm label_darkorange" hidden><b>Warning:</b> the Fast API shutdown will take effect only after you've manually restarted the server </p>
<tdclass="py-1 fond-bold inter darkblue text-lg border-b border-slate-800">
159
181
<b>Server port:</b>
160
182
<br>
161
-
<pid="warning_2" class="text-sm label_darkorange" hidden><b>Warning:</b> the port change will take effect only after you've manually restarted the server </p>
183
+
<pid="warning_3" class="text-sm label_darkorange" hidden><b>Warning:</b> the port change will take effect only after you've manually restarted the server </p>
0 commit comments