Spaces:
Runtime error
Runtime error
MarcoAland
commited on
Commit
•
3d3993f
1
Parent(s):
7598f05
update
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import ollama
|
|
5 |
from RAGModule import RAGModule
|
6 |
|
7 |
# Instantiate the RAG module
|
|
|
8 |
RAG_Trwira = RAGModule()
|
9 |
|
10 |
# # Configure the async OpenAI client
|
|
|
5 |
from RAGModule import RAGModule
|
6 |
|
7 |
# Instantiate the RAG module
|
8 |
+
ollama.pull("MarcoAland/llama3.1-rag.indo")
|
9 |
RAG_Trwira = RAGModule()
|
10 |
|
11 |
# # Configure the async OpenAI client
|