Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ faiss_index_path = "faiss_index"
|
|
| 31 |
main_placeholder = st.empty()
|
| 32 |
|
| 33 |
# Initialize the OpenAI LLM
|
| 34 |
-
llm = ChatTogether(model="
|
| 35 |
|
| 36 |
|
| 37 |
def save_faiss_index(vectorstore, path):
|
|
|
|
| 31 |
main_placeholder = st.empty()
|
| 32 |
|
| 33 |
# Initialize the OpenAI LLM
|
| 34 |
+
llm = ChatTogether(model="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free", api_key=os.getenv("OPENAI_API_KEY"))
|
| 35 |
|
| 36 |
|
| 37 |
def save_faiss_index(vectorstore, path):
|