From 8125570fc4ca94b085857eadc563eafc2c0564a5 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Tue, 21 Mar 2023 18:36:38 +0100 Subject: openai configuration --- py/utils.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'py/utils.py') diff --git a/py/utils.py b/py/utils.py index 05da3b9..c9e88f2 100644 --- a/py/utils.py +++ b/py/utils.py @@ -1,8 +1,6 @@ import sys import os -request_timeout_seconds = 15 - def load_api_key(): config_file_path = os.path.join(os.path.expanduser("~"), ".config/openai.token") api_key = os.getenv("OPENAI_API_KEY") -- cgit v1.2.3