mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2024-11-07 18:40:13 +03:00
Chain --> ChatChain
This commit is contained in:
parent
6ff2e8f921
commit
fa7360a392
BIN
misc/demo.png
BIN
misc/demo.png
Binary file not shown.
Before Width: | Height: | Size: 573 KiB After Width: | Height: | Size: 500 KiB |
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Chain Visualizer</title>
|
||||
<title>ChatChain Visualizer</title>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
|
||||
<style>
|
||||
body {
|
||||
@ -50,7 +50,7 @@
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h2>Chain Visualizer</h2>
|
||||
<h2>ChatChain Visualizer</h2>
|
||||
<p>Select your ChatChainConfig.json under CompanyConfig/ to visualize</p>
|
||||
<input type="file" id="fileInput" accept=".json">
|
||||
<button id="exportButton">Export as Image</button>
|
||||
|
@ -61,7 +61,7 @@
|
||||
<div class="visualizer-box">
|
||||
<br>
|
||||
<a href="static/chain_visualizer.html">
|
||||
<button>Chain Visualizer</button>
|
||||
<button>ChatChain Visualizer</button>
|
||||
</a>
|
||||
<p class="visualizer-info">Explore all the phases and settings in ChatChain.</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user