mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
feat: chatgpt prompts
This commit is contained in:
3
src/view/LanguageModel/index.tsx
vendored
3
src/view/LanguageModel/index.tsx
vendored
@@ -52,7 +52,8 @@ export default function LanguageModel() {
|
||||
<div>
|
||||
<Button className="add-btn" type="primary" onClick={opInfo.opNew}>Add Model</Button>
|
||||
<Table
|
||||
rowKey="act"
|
||||
key={opInfo.opTime}
|
||||
rowKey="cmd"
|
||||
columns={columns}
|
||||
dataSource={opData}
|
||||
pagination={{
|
||||
|
||||
Reference in New Issue
Block a user