ViperX7 / Alpaca-Turbo

Web UI to run alpaca model locally
GNU Affero General Public License v3.0
876 stars 92 forks source link

Interpreting HTML #51

Closed osufan129 closed 1 year ago

osufan129 commented 1 year ago

Hello! I was looking to have my AI write HTML code for me and it appears that Alpaca-Turbo is interpreting the code, I think at least.

Within the CMD it provided this response to make a calculator: HTML:

<div>
  <button>7</button>
  <button>8</button>
  <button>9</button>
  <button>Clear</button>
  <input type="text" name="result">
</div>

CSS:


.calculator {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button {
  width: 30px;
  height: 30px;
  border: none;
  background: #000000;
  color: #

However displayed was th
![HTML code](https://user-images.githubusercontent.com/127322566/230821995-517c27ee-29da-448e-a344-cb1786c6e9e6.png)
is:
ViperX7 commented 1 year ago

This issue is fixed in the latest release