mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-12 16:47:28 +01:00
1df051a420
Models can no longer override client settings, instead settings are now saved on a model per model basis with the settings provided by the model being the default. Users can also specify the desired configuration name as a command line parameter to avoid conflicting file names (Such as all Colabs having Colab.settings by default).
19 lines
269 B
Plaintext
19 lines
269 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__
|
|
|
|
# Ignore PyCharm project files.
|
|
.idea
|
|
|
|
# Ignore compiled Python files.
|
|
*.pyc
|