m00k10m commited on
Commit
1388133
·
verified ·
1 Parent(s): 019921f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def main(args):
39
  system_prompt = get_system_prompt(args.prompt_type)
40
 
41
  # 챗봇 실행
42
- chat_with_rag(api_key = args.api_key,
43
  collection = collection,
44
  system_prompt = system_prompt,
45
  args = args)
 
39
  system_prompt = get_system_prompt(args.prompt_type)
40
 
41
  # 챗봇 실행
42
+ chat_with_rag(api_key = api_key,
43
  collection = collection,
44
  system_prompt = system_prompt,
45
  args = args)