Skip to content

Commit 8afdd1d

Browse files
authored
Update AIpictureGenerator.py
1 parent 891e0ef commit 8afdd1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AIpictureGenerator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def choose_model():
2626
model = choose_model()
2727

2828
while True:
29-
prompt = input("\nВведите промт (или 'выход' для выхода, '/model' для смены модели): ").strip()
29+
prompt = input("\nВведите промт (или 'exit' для выхода, '/model' для смены модели): ").strip()
3030

3131
if prompt.lower() in ["выход", "exit", "quit"]:
3232
print("Выход из программы.")
@@ -51,4 +51,4 @@ def choose_model():
5151
winsound.MessageBeep()
5252

5353
except Exception as e:
54-
print(f"❌ Ошибка генерации: {e}")
54+
print(f"❌ Ошибка генерации: {e}")

0 commit comments

Comments
 (0)