Context
Raw Editor
Light / Dark Theme
Quick Slot Load
KoboldAI Lite v187 Embedded
The classic Kobold Blue theme everyone loves.
Alternatively, you can Load A Savefile or Quick Start Scenario
Caution: Storage Slots are saved to a tempoary cache and can be deleted by your browser. To avoid losing data, use the download file button.
Main Story | |
Memory and Author's Note | |
World Info | |
Stop Sequences | |
General Settings | |
Aesthetic Settings |
Language |
TTS Model | |
TTS Voice |
Name | Description | Uptime | Kudos | Maint. | Del. |
---|
Style Preview
-- multiline
--- code here$
def factorial(n):
if n == 0:
return 1
else:
return n * factorial(n-1)
looks at you, getting impatient “Are we ok now.. or do you want me to write the code of a game next?”