2024-11-11 15:10:35 +08:00
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LLM.aspx.cs" Inherits="FineUIPro.Web.ZHGL.FirstArticalInspaction.LLM" %>
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head runat="server">
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
2025-01-08 11:06:24 +08:00
|
|
|
<title></title>
|
|
|
|
<link href="res/css/common.css" rel="stylesheet" />
|
|
|
|
|
2024-11-11 15:10:35 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form id="form1" runat="server">
|
2025-01-08 11:06:24 +08:00
|
|
|
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel5" runat="server" />
|
|
|
|
<f:Panel ID="Panel5" Margin="24px" runat="server" ShowBorder="true" EnableCollapse="true"
|
|
|
|
Layout="VBox" AutoScroll="true"
|
|
|
|
ShowHeader="true" Title="大模型提问"
|
|
|
|
BoxConfigChildMargin="0 0 5 0" BodyPadding="5">
|
|
|
|
<Items>
|
|
|
|
<f:Panel ID="Panel1" Title="面板1" Height="350px" runat="server"
|
|
|
|
BodyPadding="10px" ShowBorder="true" ShowHeader="false" AutoScroll="true">
|
|
|
|
<Items>
|
|
|
|
<f:Label ID="Label1" runat="server" EncodeText="false" Text="" AutoScroll="true">
|
|
|
|
</f:Label>
|
|
|
|
</Items>
|
|
|
|
</f:Panel>
|
|
|
|
</Items>
|
|
|
|
<Items>
|
|
|
|
<f:TextBox ID="TextBox2" runat="server" Label="请输入问题" OnTextChanged="TextBox2_TextChanged" EmptyText="输入问题后点击提交按钮">
|
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
<Items>
|
|
|
|
<f:Button runat="server" Text="提交"></f:Button>
|
|
|
|
</Items>
|
|
|
|
</f:Panel>
|
2024-11-11 15:10:35 +08:00
|
|
|
</form>
|
2025-01-08 11:06:24 +08:00
|
|
|
|
2024-11-11 15:10:35 +08:00
|
|
|
</body>
|
|
|
|
</html>
|