Spaces:
Running
Running
update app
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def process_repository(url, model):
|
|
| 43 |
if os.path.exists(repo_name):
|
| 44 |
shutil.rmtree(repo_name)
|
| 45 |
|
| 46 |
-
def generate_repo(url, api_key, model
|
| 47 |
if api_key:
|
| 48 |
os.environ['OPENAI_API_KEY'] = api_key.strip()
|
| 49 |
# if model == 'gpt-4':
|
|
|
|
| 43 |
if os.path.exists(repo_name):
|
| 44 |
shutil.rmtree(repo_name)
|
| 45 |
|
| 46 |
+
def generate_repo(url, api_key, model):
|
| 47 |
if api_key:
|
| 48 |
os.environ['OPENAI_API_KEY'] = api_key.strip()
|
| 49 |
# if model == 'gpt-4':
|