Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moixllik committed Nov 8, 2024
1 parent b0e2079 commit b67a71f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/addon.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Add-on | BTT to AI</title>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
<style>
i {
color: gray;
}

.button {
padding: 0.3em 1em;
background-color: var(--code);
Expand Down
Binary file modified docs/images/scene-ai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>BTT to AI</title>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
</head>

Expand All @@ -27,7 +29,7 @@ <h2>Requirements</h2>
</ul>

<h2>Private Server</h2>
<pre><code>Scene['@ai_url'] = https://api.words.trade/btt/
<pre><code>Scene['@ai_url'] = https://words.trade/api/btt/
Scene['@ai_token'] = <a href="https://words.trade">Generate Token</a></code>
</pre>
<figure><img src="images/scene-ai.png" alt="scene ai"></figure>
Expand Down
2 changes: 2 additions & 0 deletions docs/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Server | BTT to AI</title>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
</head>

Expand Down

0 comments on commit b67a71f

Please sign in to comment.