chat.nowlin.io Open in urlscan Pro
142.79.80.154  Public Scan

URL: https://chat.nowlin.io/
Submission: On December 22 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

<form>
  <fieldset class="two"><button>Reset all to default</button>
    <div><label class="slim"><input type="radio" name="type" value="chat"> Chat</label><label class="slim"><input type="radio" name="type" value="completion"> Completion</label></div>
  </fieldset>
  <fieldset>
    <div><label for="prompt">Prompt</label><textarea type="text" name="prompt"></textarea></div>
  </fieldset>
  <fieldset class="two">
    <div><label for="user">User name</label><input type="text" name="user"></div>
    <div><label for="bot">Bot name</label><input type="text" name="char"></div>
  </fieldset>
  <fieldset>
    <div><label for="template">Prompt template</label><textarea id="template" name="template" rows="4"></textarea></div>
    <div><label for="template">Chat history template</label><textarea id="template" name="historyTemplate" rows="1"></textarea></div>
    <div><label for="template">Grammar</label><textarea id="grammar" name="grammar" placeholder="Use gbnf or JSON Schema+convert" rows="4"></textarea><input type="text" name="prop-order" placeholder="order: prop1,prop2,prop3"><button
        type="button">Convert JSON Schema</button></div>
  </fieldset>
  <fieldset class="two">
    <div><label for="n_predict">Predictions</label><input type="range" id="n_predict" min="-1" max="2048" name="n_predict"><span>400</span></div>
    <div><label for="temperature">Temperature</label><input type="range" id="temperature" min="0" max="1.5" step="0.01" name="temperature"><span>0.7</span></div>
    <div><label for="repeat_penalty">Penalize repeat sequence</label><input type="range" id="repeat_penalty" min="0" max="2" step="0.01" name="repeat_penalty"><span>1.18</span></div>
    <div><label for="repeat_last_n">Consider N tokens for penalize</label><input type="range" id="repeat_last_n" min="0" max="2048" name="repeat_last_n"><span>256</span></div>
    <div><label for="top_k">Top-K sampling</label><input type="range" id="top_k" min="-1" max="100" name="top_k"><span>40</span></div>
    <div><label for="top_p">Top-P sampling</label><input type="range" id="top_p" min="0" max="1" step="0.01" name="top_p"><span>0.5</span></div>
  </fieldset>
  <details>
    <summary>More options</summary>
    <fieldset class="two">
      <div><label for="tfs_z">TFS-Z</label><input type="range" id="tfs_z" min="0" max="1" step="0.01" name="tfs_z"><span>1</span></div>
      <div><label for="typical_p">Typical P</label><input type="range" id="typical_p" min="0" max="1" step="0.01" name="typical_p"><span>1</span></div>
      <div><label for="presence_penalty">Presence penalty</label><input type="range" id="presence_penalty" min="0" max="1" step="0.01" name="presence_penalty"><span>0</span></div>
      <div><label for="frequency_penalty">Frequency penalty</label><input type="range" id="frequency_penalty" min="0" max="1" step="0.01" name="frequency_penalty"><span>0</span></div>
    </fieldset>
    <hr>
    <fieldset class="three">
      <div><label><input type="radio" name="mirostat" value="0"> no Mirostat</label><label><input type="radio" name="mirostat" value="1"> Mirostat v1</label><label><input type="radio" name="mirostat" value="2"> Mirostat v2</label></div>
      <div><label for="mirostat_tau">Mirostat tau</label><input type="range" id="mirostat_tau" min="0" max="10" step="0.01" name="mirostat_tau"><span>5</span></div>
      <div><label for="mirostat_eta">Mirostat eta</label><input type="range" id="mirostat_eta" min="0" max="1" step="0.01" name="mirostat_eta"><span>0.1</span></div>
    </fieldset>
    <fieldset>
      <div><label for="n_probs">Show Probabilities</label><input type="range" id="n_probs" min="0" max="10" name="n_probs"><span>0</span></div>
    </fieldset>
  </details>
</form>

<form>
  <div><textarea class="" placeholder="Say something..." rows="2" type="text"></textarea></div>
  <div class="right"><button type="submit">Send</button><button>Upload Image</button><button disabled="">Stop</button><button>Reset</button></div>
</form>

Text Content

LLAMA.CPP

Reset all to default
Chat Completion
Prompt
User name
Bot name
Prompt template
Chat history template
GrammarConvert JSON Schema
Predictions400
Temperature0.7
Penalize repeat sequence1.18
Consider N tokens for penalize256
Top-K sampling40
Top-P sampling0.5
More options
TFS-Z1
Typical P1
Presence penalty0
Frequency penalty0

--------------------------------------------------------------------------------

no Mirostat Mirostat v1 Mirostat v2
Mirostat tau5
Mirostat eta0.1
Show Probabilities0
SendUpload ImageStopReset

Powered by llama.cpp, ggml.ai, and llamafile