Update app.py
Browse files
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 =
|
| 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)
|