Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ Key = os.environ.get("Key") # 🔑 Don't forget your key!
|
|
26 |
LOCAL_APP_URL = "http://localhost:8501"
|
27 |
|
28 |
# 🤖 OpenAI configuration
|
29 |
-
openai.api_key = os.environ.get("OPENAI_API_KEY")
|
30 |
-
MODEL = "gpt-3.5-turbo" # Replace with your desired model
|
31 |
|
32 |
# 🐙 GitHub configuration
|
33 |
def download_github_repo(url, local_path):
|
|
|
26 |
LOCAL_APP_URL = "http://localhost:8501"
|
27 |
|
28 |
# 🤖 OpenAI configuration
|
29 |
+
#openai.api_key = os.environ.get("OPENAI_API_KEY")
|
30 |
+
#MODEL = "gpt-3.5-turbo" # Replace with your desired model
|
31 |
|
32 |
# 🐙 GitHub configuration
|
33 |
def download_github_repo(url, local_path):
|