JohanDL commited on
Commit
cf672b5
·
verified ·
1 Parent(s): ef51715

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, output_format):
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':