add a link to the docs

modified:   templates/chat.html
This commit is contained in:
Russell Ballestrini 2024-01-06 08:37:46 -05:00
parent 6f70dcfc42
commit 47d0b24fc4

View file

@ -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>