Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ if uploaded_file:
|
|
63 |
"content": f"Based on this section of the Pakistani Constitution: {section_text}\nQuestion: {question}",
|
64 |
}
|
65 |
],
|
66 |
-
model="
|
67 |
)
|
68 |
|
69 |
answer = chat_completion.choices[0].message.content
|
|
|
63 |
"content": f"Based on this section of the Pakistani Constitution: {section_text}\nQuestion: {question}",
|
64 |
}
|
65 |
],
|
66 |
+
model="llama-3.3-70b-versatile",
|
67 |
)
|
68 |
|
69 |
answer = chat_completion.choices[0].message.content
|