Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -111,7 +111,7 @@
|
|
111 |
</head>
|
112 |
<body>
|
113 |
<div class="container">
|
114 |
-
<h1>LLM Prompt Tester</h1>
|
115 |
|
116 |
<label for="model">Choose Model:</label>
|
117 |
<select id="model">
|
@@ -143,7 +143,7 @@
|
|
143 |
|
144 |
<script>
|
145 |
const results = [];
|
146 |
-
const key = '
|
147 |
|
148 |
document.getElementById('fileUpload').addEventListener('change', async function () {
|
149 |
const file = this.files[0];
|
|
|
111 |
</head>
|
112 |
<body>
|
113 |
<div class="container">
|
114 |
+
<h1>LLM Prompt Tester For Research</h1>
|
115 |
|
116 |
<label for="model">Choose Model:</label>
|
117 |
<select id="model">
|
|
|
143 |
|
144 |
<script>
|
145 |
const results = [];
|
146 |
+
const key = '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'; // replace this with your actual key
|
147 |
|
148 |
document.getElementById('fileUpload').addEventListener('change', async function () {
|
149 |
const file = this.files[0];
|