diff --git a/main.py b/main.py index 8a4427f..539a343 100644 --- a/main.py +++ b/main.py @@ -22,7 +22,7 @@ try: with open("secrets.json", "r") as f: secrets = load(f) except FileNotFoundError: - print("Please create secrets.json with api key(s)") + exit("Please create secrets.json with api key(s)") llama_url = "https://llama.mcopp.com/v1/chat/completions" llama_headers = {