We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891e0ef commit 8afdd1dCopy full SHA for 8afdd1d
AIpictureGenerator.py
@@ -26,7 +26,7 @@ def choose_model():
26
model = choose_model()
27
28
while True:
29
- prompt = input("\nВведите промт (или 'выход' для выхода, '/model' для смены модели): ").strip()
+ prompt = input("\nВведите промт (или 'exit' для выхода, '/model' для смены модели): ").strip()
30
31
if prompt.lower() in ["выход", "exit", "quit"]:
32
print("Выход из программы.")
@@ -51,4 +51,4 @@ def choose_model():
51
winsound.MessageBeep()
52
53
except Exception as e:
54
- print(f"❌ Ошибка генерации: {e}")
+ print(f"❌ Ошибка генерации: {e}")
0 commit comments