Added info for Win10 cmd color support

This commit is contained in:
KoboldAI Dev 2021-05-02 20:13:13 -04:00
parent 87de4fc949
commit 9711043f9b

View File

@ -40,4 +40,11 @@ In the drop down menu, click "API Key".
On the API Key page, click "Reveal API Key" and copy it. When starting KoboldAI and selecting the
InferKit API model, you will be asked to paste your API key into the terminal. After entering,
the API key will be stored in the client.settings file for future use.
You can see your remaining budget for generated characters on their website under "Billing & Usage".
You can see your remaining budget for generated characters on their website under "Billing & Usage".
[ENABLE COLORS IN WINDOWS 10 COMMAND LINE]
If you see strange numeric tags in the console output, then your console of choice does not have
color support enabled. On Windows 10, you can enable color support by lanching the registry editor
and adding the REG_DWORD key VirtualTerminalLevel to Computer\HKEY_CURRENT_USER\Console and setting
its value to 1.