add a link to the docs
modified: templates/chat.html
This commit is contained in:
parent
6f70dcfc42
commit
47d0b24fc4
1 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
|||
align-items: start;
|
||||
}
|
||||
|
||||
/* Styling for the delete button next to messages */
|
||||
/* Styling for the delete and edit buttons next to messages */
|
||||
.message-wrapper button {
|
||||
margin-top: 16px;
|
||||
margin-right: 8px;
|
||||
|
|
@ -161,6 +161,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/russellballestrini/flask-socketio-llm-completions#interacting-with-language-models" target="_blank">🚀 docs for interacting with language models & other commands</a>
|
||||
<div class="main-container">
|
||||
<div id="rooms-list">
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue