Lhumpal commited on
Commit
b4414d6
·
verified ·
1 Parent(s): 9be17b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ else:
18
  model = ollama.pull('llama3.2')
19
  # model_name = 'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M'
20
 
21
- model = ollama.pull(model_name)
22
 
23
  class ChatRequest(BaseModel):
24
  message: str
 
18
  model = ollama.pull('llama3.2')
19
  # model_name = 'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M'
20
 
21
+ # model = ollama.pull(model_name)
22
 
23
  class ChatRequest(BaseModel):
24
  message: str