Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ def run_ollama(prompt,token=""):
|
|
6 |
login(token=token)
|
7 |
|
8 |
# Load and run the model
|
9 |
-
model = ollama.load_model("
|
10 |
response = model.run("Why is the sky blue")
|
11 |
print(response)
|
12 |
return response
|
|
|
6 |
login(token=token)
|
7 |
|
8 |
# Load and run the model
|
9 |
+
model = ollama.load_model("tinyllama")
|
10 |
response = model.run("Why is the sky blue")
|
11 |
print(response)
|
12 |
return response
|