mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-17 12:10:49 +01:00
Enable Terminal Colors
Enable Windows Terminal color support based on feedback from Jojorne. If this gives issues on Linux we can move it to play.bat instead.
This commit is contained in:
parent
b9729749ba
commit
1107a1386d
@ -9,6 +9,7 @@
|
|||||||
import eventlet
|
import eventlet
|
||||||
eventlet.monkey_patch()
|
eventlet.monkey_patch()
|
||||||
import os
|
import os
|
||||||
|
os.system('color')
|
||||||
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
|
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
|
||||||
from eventlet import tpool
|
from eventlet import tpool
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user