Commit ·
bef6066
1
Parent(s): ec2237a
added pythonic tool calls
Browse files
dist/assets/{index-DU4-Hcde.js → index-BVIxzcTt.js}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dist/index.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
rel="stylesheet"
|
| 12 |
/>
|
| 13 |
<title>Transformers.js TextGeneration</title>
|
| 14 |
-
<script type="module" crossorigin src="/assets/index-
|
| 15 |
<link rel="stylesheet" crossorigin href="/assets/index-CYRNQXs7.css">
|
| 16 |
</head>
|
| 17 |
<body>
|
|
|
|
| 11 |
rel="stylesheet"
|
| 12 |
/>
|
| 13 |
<title>Transformers.js TextGeneration</title>
|
| 14 |
+
<script type="module" crossorigin src="/assets/index-BVIxzcTt.js"></script>
|
| 15 |
<link rel="stylesheet" crossorigin href="/assets/index-CYRNQXs7.css">
|
| 16 |
</head>
|
| 17 |
<body>
|
src/chat/ChatForm.tsx
CHANGED
|
@@ -22,7 +22,7 @@ export default function ChatForm({
|
|
| 22 |
}) {
|
| 23 |
const { control, handleSubmit, reset } = useForm<FormParams>({
|
| 24 |
defaultValues: {
|
| 25 |
-
input: "
|
| 26 |
},
|
| 27 |
});
|
| 28 |
|
|
|
|
| 22 |
}) {
|
| 23 |
const { control, handleSubmit, reset } = useForm<FormParams>({
|
| 24 |
defaultValues: {
|
| 25 |
+
input: "",
|
| 26 |
},
|
| 27 |
});
|
| 28 |
|