Spaces:
Running
Running
Commit
·
efe935d
1
Parent(s):
b5ed250
Default SFW AI
Browse files
dai2.py
CHANGED
@@ -460,7 +460,7 @@ oshiko_v4_spicy_4k = AIChar(
|
|
460 |
# Character Model Settings ####################################################################################
|
461 |
#
|
462 |
CHARS = [oshiko_v1_spicy, oshiko_v2_spicy, oshiko_v3_perv, oshiko_v3_tame, oshiko_v4_spicy_4k]
|
463 |
-
AICharacter = CHARS[
|
464 |
|
465 |
# Loading the bot
|
466 |
intents = discord.Intents.default()
|
|
|
460 |
# Character Model Settings ####################################################################################
|
461 |
#
|
462 |
CHARS = [oshiko_v1_spicy, oshiko_v2_spicy, oshiko_v3_perv, oshiko_v3_tame, oshiko_v4_spicy_4k]
|
463 |
+
AICharacter = CHARS[3]
|
464 |
|
465 |
# Loading the bot
|
466 |
intents = discord.Intents.default()
|