Update app.py
Browse files
app.py
CHANGED
@@ -290,7 +290,7 @@ def get_vectorstore(text_chunks):
|
|
290 |
return vectorstore # ์์ฑ๋ ๋ฒกํฐ ์คํ ์ด๋ฅผ ๋ฐํํฉ๋๋ค.
|
291 |
|
292 |
|
293 |
-
|
294 |
def get_conversation_chain(vectorstore):
|
295 |
model_name_or_path = 'TheBloke/Llama-2-7B-chat-GGUF'
|
296 |
model_basename = 'llama-2-7b-chat.Q2_K.gguf'
|
|
|
290 |
return vectorstore # ์์ฑ๋ ๋ฒกํฐ ์คํ ์ด๋ฅผ ๋ฐํํฉ๋๋ค.
|
291 |
|
292 |
|
293 |
+
# ๋ํ ๊ธฐ๋ก์ ์ ์ฅํ๊ธฐ ์ํ ๋ฉ๋ชจ๋ฆฌ๋ฅผ ์์ฑํฉ๋๋ค.
|
294 |
def get_conversation_chain(vectorstore):
|
295 |
model_name_or_path = 'TheBloke/Llama-2-7B-chat-GGUF'
|
296 |
model_basename = 'llama-2-7b-chat.Q2_K.gguf'
|