Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ pdf_context = extract_pdf_text([
|
|
| 22 |
|
| 23 |
# Hugging Face Inference Client ์ค์ (starcoderbase ์ฌ์ฉ)
|
| 24 |
client = InferenceClient(
|
| 25 |
-
model="
|
| 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 |
|