mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Welcome Message API
Allows model creators to customize the welcome message using Markdown and Limited HTML Existing United users need to run install_requirements..bat again, you can leave the existing dependencies intact.
This commit is contained in:
@@ -11,6 +11,8 @@ dependencies:
|
||||
- tensorflow-gpu
|
||||
- python=3.8.*
|
||||
- eventlet
|
||||
- markdown
|
||||
- bleach
|
||||
- pip
|
||||
- git
|
||||
- pip:
|
||||
|
@@ -12,6 +12,8 @@ dependencies:
|
||||
- cudatoolkit=11.1
|
||||
- transformers
|
||||
- eventlet
|
||||
- markdown
|
||||
- bleach
|
||||
- pip
|
||||
- git
|
||||
- pip:
|
||||
|
@@ -7,6 +7,8 @@ dependencies:
|
||||
- flask-socketio
|
||||
- python=3.8.*
|
||||
- eventlet
|
||||
- markdown
|
||||
- bleach
|
||||
- pip
|
||||
- git
|
||||
- pip:
|
||||
|
@@ -9,6 +9,8 @@ dependencies:
|
||||
- flask-socketio
|
||||
- python=3.8.*
|
||||
- eventlet
|
||||
- markdown
|
||||
- bleach
|
||||
- pip
|
||||
- git
|
||||
- pip:
|
||||
|
Reference in New Issue
Block a user