mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
🐛 fix(variousclasses.py): adjust custom_temp values for "zenith" and "botator-roleplay" to correct values
This commit is contained in:
@@ -25,8 +25,8 @@ class characters:
|
|||||||
"Zenith - Asimov's Laws (premium)": "zenith",
|
"Zenith - Asimov's Laws (premium)": "zenith",
|
||||||
}
|
}
|
||||||
custom_temp = {
|
custom_temp = {
|
||||||
"zenith": 1.8,
|
"zenith": 1.7,
|
||||||
"botator-roleplay": 1.8,
|
"botator-roleplay": 1.4,
|
||||||
}
|
}
|
||||||
|
|
||||||
reverseMatchingDict = {v: k for k, v in matchingDict.items()}
|
reverseMatchingDict = {v: k for k, v in matchingDict.items()}
|
||||||
|
|||||||
Reference in New Issue
Block a user