lakxs commited on
Commit
21b887c
โ€ข
1 Parent(s): f82b999

Update app.py

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