Update app.py
Browse files
app.py
CHANGED
@@ -98,10 +98,10 @@ def get_pdf_index():
|
|
98 |
|
99 |
index = get_pdf_index()
|
100 |
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
)
|
106 |
|
107 |
chain = RetrievalQA.from_chain_type(
|
|
|
98 |
|
99 |
index = get_pdf_index()
|
100 |
|
101 |
+
llm = ChatOpenAI(
|
102 |
+
base_url="https://api.together.xyz/v1",
|
103 |
+
api_key='0291f33aee03412a47fa5d8e562e515182dcc5d9aac5a7fb5eefdd1759005979',
|
104 |
+
model="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free"
|
105 |
)
|
106 |
|
107 |
chain = RetrievalQA.from_chain_type(
|