Spaces:
Runtime error
Runtime error
matt HOFFNER
commited on
Commit
Β·
80d4a52
1
Parent(s):
2077801
revert max tokens
Browse files
src/components/ChatV2.jsx
CHANGED
@@ -7,7 +7,7 @@ export default function Chat() {
|
|
7 |
<div>
|
8 |
<div className="flex justify-center m-3 gap-2">
|
9 |
<div className="sm:w-[500px] w-full">
|
10 |
-
<ChatWindow
|
11 |
</div>
|
12 |
</div>
|
13 |
</div>
|
|
|
7 |
<div>
|
8 |
<div className="flex justify-center m-3 gap-2">
|
9 |
<div className="sm:w-[500px] w-full">
|
10 |
+
<ChatWindow />
|
11 |
</div>
|
12 |
</div>
|
13 |
</div>
|