Spaces:
Runtime error
Runtime error
File size: 13,560 Bytes
a86df80 34bac1b a86df80 65567a2 a86df80 65567a2 a86df80 e5ae926 9d1931d 34bac1b ebe6926 6be1f45 65567a2 a86df80 65567a2 ebe6926 a86df80 65567a2 a86df80 65567a2 ebe6926 65567a2 a86df80 9d1931d 65567a2 a86df80 65567a2 e5ae926 deda484 e5ae926 a86df80 9d1931d e5ae926 9d1931d e5ae926 9d1931d e5ae926 9d1931d e5ae926 9d1931d e5ae926 deda484 9d1931d e5ae926 a86df80 e5ae926 a86df80 e5ae926 9d1931d e5ae926 a86df80 9d1931d deda484 9d1931d a86df80 9d1931d 65567a2 9d1931d 65567a2 a86df80 65567a2 34bac1b 65567a2 9d1931d 65567a2 a86df80 65567a2 9d1931d 65567a2 9d1931d 65567a2 9d1931d 65567a2 9d1931d 65567a2 9d1931d a86df80 9d1931d a86df80 9d1931d a86df80 9d1931d a86df80 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
import { useEffect, useRef, useState } from "react";
import axios from "axios";
import AcUnitIcon from "@mui/icons-material/AcUnit";
import LocalFireDepartmentIcon from "@mui/icons-material/LocalFireDepartment";
import CheckIcon from "@mui/icons-material/Check";
import ClearIcon from "@mui/icons-material/Clear";
import CodeIcon from "@mui/icons-material/Code";
import CodeOffIcon from "@mui/icons-material/CodeOff";
import EditIcon from "@mui/icons-material/Edit";
import VisibilityIcon from "@mui/icons-material/Visibility";
import DeleteForeverIcon from "@mui/icons-material/DeleteForever";
import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
import PlayArrowIcon from "@mui/icons-material/PlayArrow";
import ReplayIcon from "@mui/icons-material/Replay";
import MoneyIcon from "@mui/icons-material/Money";
import TollIcon from "@mui/icons-material/Toll";
import TextField from "@mui/material/TextField";
import Box from "@mui/material/Box";
import Stack from "@mui/material/Stack";
import Accordion from "@mui/material/Accordion";
import Typography from "@mui/material/Typography";
import AccordionSummary from "@mui/material/AccordionSummary";
import AccordionDetails from "@mui/material/AccordionDetails";
import Paper from "@mui/material/Paper";
import IconButton from "@mui/material/IconButton";
import List from "@mui/material/List";
import ListItem from "@mui/material/ListItem";
import { nanoid } from "nanoid";
import AppBar from "@mui/material/AppBar";
import Toolbar from "@mui/material/Toolbar";
import ListItemIcon from "@mui/material/ListItemIcon";
import ListItemButton from "@mui/material/ListItemButton";
import ListItemText from "@mui/material/ListItemText";
import { useHost } from "esdeka/react";
import CircularProgress from "@mui/material/CircularProgress";
import CssBaseline from "@mui/material/CssBaseline";
import Slider from "@mui/material/Slider";
import { useAtom } from "jotai";
import Button from "@mui/material/Button";
import dynamic from "next/dynamic";
import FormControl from "@mui/material/FormControl";
import InputLabel from "@mui/material/InputLabel";
import Select from "@mui/material/Select";
import MenuItem from "@mui/material/MenuItem";
import { fontMono } from "@/lib/theme";
import { useColorScheme } from "@mui/material/styles";
import { getTheme, prettify } from "@/utils";
import { answersAtom, showCodeAtom } from "@/store/atoms";
import { base } from "@/constants";
import { EditTitle } from "@/components/EditTitle";
const MonacoEditor = dynamic(import("@monaco-editor/react"), { ssr: false });
export default function Home() {
const ref = useRef<HTMLIFrameElement>(null);
const [template, setTemplate] = useState(prettify(base.default));
const [runningId, setRunningId] = useState("1");
const [activeId, setActiveId] = useState("1");
const [editingId, setEditingId] = useState<string | null>(null);
const [answers, setAnswers] = useAtom(answersAtom);
const [showCode, setShowCode] = useAtom(showCodeAtom);
const [loading, setLoading] = useState(false);
const [loadingLive, setLoadingLive] = useState(true);
const { mode, systemMode } = useColorScheme();
const { call, subscribe } = useHost(ref, "fail4");
const connection = useRef(false);
const [tries, setTries] = useState(1);
// Send a connection request
useEffect(() => {
const current = answers.find(({ id }) => id === runningId);
if (connection.current || tries <= 0) {
return () => {
/* Consistency */
};
}
const timeout = setTimeout(() => {
if (current) {
call({ template: current.content });
}
setTries(tries - 1);
}, 1_000);
return () => {
clearTimeout(timeout);
};
}, [call, tries, answers, runningId]);
useEffect(() => {
if (!connection.current && loadingLive) {
const unsubscribe = subscribe(event => {
const { action } = event.data;
switch (action.type) {
case "answer":
connection.current = true;
setLoadingLive(false);
console.log("connected");
break;
default:
break;
}
});
return () => {
unsubscribe();
};
}
return () => {
/* Consistency */
};
}, [subscribe, loadingLive]);
const current = answers.find(({ id }) => id === activeId);
function reload() {
connection.current = false;
if (ref.current) {
ref.current.src = `/live?${nanoid()}`;
setLoadingLive(true);
setTries(1);
}
}
return (
<>
<CssBaseline />
<Stack
sx={{
...fontMono.style,
position: "absolute",
inset: 0,
overflow: "hidden",
flexDirection: "row",
height: "100%",
}}
>
<Stack sx={{ width: "50%", flex: 1 }}>
<AppBar position="static" elevation={0} color="default">
<Toolbar>
<Button
form="gpt-form"
type="submit"
aria-label={loading ? "Loading" : "Run"}
aria-disabled={loading}
disabled={loading}
startIcon={
loading ? <CircularProgress size={20} /> : <PlayArrowIcon />
}
>
Run
</Button>
{current?.id === editingId ? (
<EditTitle
value={current.task}
onSave={value => {
setEditingId(null);
setAnswers(previousAnswers =>
previousAnswers.map(answer_ =>
current.id === answer_.id
? {
...answer_,
task: value,
}
: answer_
)
);
}}
/>
) : (
<>
<Typography
sx={{
flex: 1,
pl: 3,
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "nowrap",
}}
>
{current?.task}
</Typography>
<IconButton
onClick={() => {
if (current) {
setEditingId(current.id);
}
}}
>
<EditIcon />
</IconButton>
</>
)}
<IconButton
color="inherit"
aria-label={showCode ? "Hide Code" : "Show Code"}
onClick={() => {
setShowCode(previousState => !previousState);
}}
>
{showCode ? <CodeOffIcon /> : <CodeIcon />}
</IconButton>
<IconButton
edge="end"
color="inherit"
aria-label="Clear Prompt"
onClick={async () => {
setActiveId("1");
setRunningId("1");
setTemplate(prettify(base.default));
reload();
}}
>
<ClearIcon />
</IconButton>
</Toolbar>
</AppBar>
{showCode && (
<Box sx={{ flex: 1 }}>
<MonacoEditor
theme={getTheme(mode, systemMode)}
language="javascript"
value={template}
options={{
fontSize: 14,
}}
onChange={async value => {
console.log(value);
setTemplate(value ?? "");
}}
/>
</Box>
)}
<Stack
sx={{ flex: 1, display: showCode ? "none" : undefined, overflow: "hidden" }}
>
<Box
component="form"
id="gpt-form"
onSubmit={async event => {
event.preventDefault();
const formData = new FormData(event.target as HTMLFormElement);
const formObject = Object.fromEntries(formData);
try {
setLoading(true);
const { data } = await axios.post("/api/gpt", formObject);
const answer = data;
setAnswers(previousAnswers => [answer, ...previousAnswers]);
setRunningId(answer.id);
setActiveId(answer.id);
setTemplate(prettify(answer.content));
reload();
} catch (error) {
console.error(error);
} finally {
setLoading(false);
}
}}
>
<Paper variant="outlined" sx={{ p: 0 }}>
<Stack sx={{ p: 2, gap: 2 }}>
<TextField
multiline
fullWidth
id="prompt"
name="prompt"
label="Prompt"
placeholder="matrix code"
defaultValue="matrix code"
maxRows={6}
InputProps={{
style: fontMono.style,
}}
/>
<TextField
multiline
fullWidth
id="negativePrompt"
name="negativePrompt"
label="Negative Prompt"
placeholder="images, audio files"
maxRows={6}
InputProps={{
style: fontMono.style,
}}
/>
</Stack>
</Paper>
<Accordion disableGutters square elevation={0}>
<AccordionSummary
expandIcon={<ExpandMoreIcon />}
aria-controls="gtp-options-content"
id="gtp-options-header"
sx={{
bgcolor: "background.paper",
color: "text.primary",
}}
>
<Typography>Options</Typography>
</AccordionSummary>
<AccordionDetails>
<FormControl fullWidth variant="outlined" sx={{ mb: 3 }}>
<InputLabel id="gpt-model-select-label">Model</InputLabel>
<Select
labelId="gpt-model-select-label"
id="gpt-model-select"
name="model"
defaultValue="gpt-3.5-turbo"
label="Model"
>
<MenuItem value="gpt-3.5-turbo">GPT 3.5 turbo</MenuItem>
<MenuItem value="gpt-4">GPT 4</MenuItem>
</Select>
</FormControl>
<Stack
spacing={2}
direction="row"
sx={{ mb: 2 }}
alignItems="center"
>
<AcUnitIcon />
<Slider
marks
id="temperature"
name="temperature"
min={0}
max={0.8}
defaultValue={0.2}
step={0.1}
valueLabelDisplay="auto"
aria-label="Temperature"
/>
<LocalFireDepartmentIcon />
</Stack>
<Stack
spacing={2}
direction="row"
sx={{ mb: 2 }}
alignItems="center"
>
<TollIcon />
<Slider
marks
id="maxTokens"
name="maxTokens"
min={1024}
max={4096}
defaultValue={2048}
step={256}
valueLabelDisplay="auto"
aria-label="Max Tokens"
/>
<MoneyIcon />
</Stack>
<input
id="template"
name="template"
type="hidden"
value={template}
onChange={event => {
setTemplate(event.target.value);
}}
/>
</AccordionDetails>
</Accordion>
</Box>
<List sx={{ flex: 1, overflow: "auto" }}>
{answers.map((answer, index) => {
return (
<ListItem
key={answer.id}
secondaryAction={
<Stack sx={{ flexDirection: "row", gap: 1 }}>
{answer.id === "1" ? undefined : (
<IconButton
edge="end"
aria-label="Delete"
onClick={() => {
setAnswers(previousAnswers =>
previousAnswers.filter(
({ id }) => id !== answer.id
)
);
if (runningId === answer.id) {
const previous = answers[index + 1];
if (previous) {
setActiveId(previous.id);
setRunningId(previous.id);
setTemplate(
prettify(previous.task)
);
reload();
}
}
}}
>
<DeleteForeverIcon />
</IconButton>
)}
</Stack>
}
disablePadding
>
<ListItemButton
dense
selected={activeId === answer.id}
disabled={activeId === answer.id}
role={undefined}
onClick={() => {
setActiveId(answer.id);
setRunningId(answer.id);
setTemplate(prettify(answer.content));
reload();
}}
>
<ListItemIcon>
{runningId === answer.id ? (
<CheckIcon />
) : (
<VisibilityIcon />
)}
</ListItemIcon>
<ListItemText
primary={answer.task}
primaryTypographyProps={{
sx: {
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "nowrap",
fontSize: 16,
},
}}
/>
</ListItemButton>
</ListItem>
);
})}
</List>
</Stack>
</Stack>
<Stack sx={{ flex: 1, width: "50%", position: "relative" }}>
<AppBar position="static" elevation={0} color="default">
<Toolbar>
<IconButton
color="inherit"
aria-label="Reload"
onClick={() => {
reload();
}}
>
<ReplayIcon />
</IconButton>
</Toolbar>
</AppBar>
{loadingLive && (
<Box
sx={{
position: "absolute",
zIndex: 100,
top: "50%",
left: "50%",
transform: "translate(-50%,-50%)",
}}
>
<CircularProgress />
</Box>
)}
<Box
ref={ref}
component="iframe"
sx={{
width: "100%",
flex: 1,
m: 0,
border: 0,
overflow: "hidden",
visibility: loadingLive ? "hidden" : undefined,
}}
src="/live"
/>
</Stack>
</Stack>
</>
);
}
|