diff --git a/readme.txt b/readme.txt index b4116d7f..759ee6bd 100644 --- a/readme.txt +++ b/readme.txt @@ -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". \ No newline at end of file +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. \ No newline at end of file