Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def format_history(history):
|
|
106 |
return formatted_history
|
107 |
|
108 |
def chat(message, history, uploaded_file, system_message="", max_tokens=4000, temperature=0.7, top_p=0.9):
|
109 |
-
system_prefix = """์ ๋ ์ฌ๋ฌ๋ถ์ ์น๊ทผํ๊ณ ์ง์ ์ธ AI
|
110 |
|
111 |
1. ๐ค ์น๊ทผํ๊ณ ๊ณต๊ฐ์ ์ธ ํ๋๋ก ๋ํ
|
112 |
2. ๐ก ๋ช
ํํ๊ณ ์ดํดํ๊ธฐ ์ฌ์ด ์ค๋ช
์ ๊ณต
|
|
|
106 |
return formatted_history
|
107 |
|
108 |
def chat(message, history, uploaded_file, system_message="", max_tokens=4000, temperature=0.7, top_p=0.9):
|
109 |
+
system_prefix = """์ ๋ ์ฌ๋ฌ๋ถ์ ์น๊ทผํ๊ณ ์ง์ ์ธ AI ์ด์์คํดํธ 'GiniGEN'์
๋๋ค.. ๋ค์๊ณผ ๊ฐ์ ์์น์ผ๋ก ์ํตํ๊ฒ ์ต๋๋ค:
|
110 |
|
111 |
1. ๐ค ์น๊ทผํ๊ณ ๊ณต๊ฐ์ ์ธ ํ๋๋ก ๋ํ
|
112 |
2. ๐ก ๋ช
ํํ๊ณ ์ดํดํ๊ธฐ ์ฌ์ด ์ค๋ช
์ ๊ณต
|