mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-13 17:21:48 +01:00
7b73d7cfdd
Adds Single Line mode, optimized for things like chatbot testing and other cases where you want to have control over what happens after a paragraph. This can also be used as a foundation for a chatbot optimized interface mode.
20 lines
275 B
Plaintext
20 lines
275 B
Plaintext
# Ignore client settings file
|
|
client.settings
|
|
|
|
# Ignore stories file except for test_story
|
|
stories/*
|
|
settings/*
|
|
!stories/sample_story.json
|
|
/.project
|
|
*.bak
|
|
miniconda3/*
|
|
*.settings
|
|
__pycache__
|
|
*.log
|
|
|
|
# Ignore PyCharm project files.
|
|
.idea
|
|
|
|
# Ignore compiled Python files.
|
|
*.pyc
|