<%# Copyright 2023 sirpdboy Wich https://github.com/sirpdboy/chatgpt-web.git Licensed to the public under the Apache License 2.0. -%> <% local uci = require "luci.model.uci".cursor() local apihosts = uci:get_first('chatgpt-web', 'basic', 'apiHost') local apikeys = uci:get_first('chatgpt-web', 'basic', 'apikey') local modelver = uci:get_first('chatgpt-web', 'basic', 'modelver') local userpic = "/luci-static/chatgpt-web/user/" .. uci:get_first('chatgpt-web', 'basic', 'userpic') local sysrole = uci:get_first('chatgpt-web', 'basic', 'systemrole') -%> <%+header%>
ChatGPT
ChatGPT
stop
set up
conversation
export
empty
set up
export
reset
local storage
used
available
<%+footer%>