dellabee7 commited on
Commit
f30dded
ยท
verified ยท
1 Parent(s): 0d05982

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ pdf_context = extract_pdf_text([
22
 
23
  # Hugging Face Inference Client ์„ค์ • (starcoderbase ์‚ฌ์šฉ)
24
  client = InferenceClient(
25
- model="MBZUAI/LaMini-Flan-T5-783M",
26
  token=os.getenv("HUGGINGFACEHUB_API_TOKEN") # ๋ฐ˜๋“œ์‹œ ๋“ฑ๋ก ํ•„์š”
27
  )
28
 
 
22
 
23
  # Hugging Face Inference Client ์„ค์ • (starcoderbase ์‚ฌ์šฉ)
24
  client = InferenceClient(
25
+ model="mistralai/Mistral-7B-Instruct-v0.1",
26
  token=os.getenv("HUGGINGFACEHUB_API_TOKEN") # ๋ฐ˜๋“œ์‹œ ๋“ฑ๋ก ํ•„์š”
27
  )
28