OpenChatKit-neon / index.html
NeonLion92's picture
Duplicate from togethercomputer/OpenChatKit
c4fcb8f
raw
history blame contribute delete
No virus
337 Bytes
<!DOCTYPE html>
<!-- seeing if this will fix things -->
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<iframe src="https://api.together.xyz/open-chat?preview=1"></iframe>
</body>
</html>