Spaces:
Build error
Build error
update
Browse files- .gitignore +2 -0
- run.py +1 -1
.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
develop/
|
run.py
CHANGED
|
@@ -16,7 +16,7 @@ if __name__ == '__main__':
|
|
| 16 |
import os
|
| 17 |
#os.system(" ollama serve")
|
| 18 |
# Start Ollama in server mode:
|
| 19 |
-
ollama.
|
| 20 |
# Load configuration from config.json
|
| 21 |
config = load(open('config.json', 'r'))
|
| 22 |
site_config = config['site_config']
|
|
|
|
| 16 |
import os
|
| 17 |
#os.system(" ollama serve")
|
| 18 |
# Start Ollama in server mode:
|
| 19 |
+
ollama.pull=model_name
|
| 20 |
# Load configuration from config.json
|
| 21 |
config = load(open('config.json', 'r'))
|
| 22 |
site_config = config['site_config']
|