broadfield-dev commited on
Commit
72a373d
·
verified ·
1 Parent(s): 7b83c9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("tiny_llama")
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