Add reasoning cache and viewer
This commit is contained in:
parent
53f7055e7a
commit
b6abe758b1
6 changed files with 240 additions and 7 deletions
17
reasoning.html
Normal file
17
reasoning.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>AI Reasoning</title>
|
||||
<link rel="stylesheet" href="options/bulma.css">
|
||||
</head>
|
||||
<body>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title" id="subject"></h1>
|
||||
<div id="rules"></div>
|
||||
</div>
|
||||
</section>
|
||||
<script src="reasoning.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue