alibidaran commited on
Commit
f2132a6
·
verified ·
1 Parent(s): d0e284d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def user(user_message,history):
19
  def respond(history):
20
  text=f"<s> ###Human: {history[-1]['content']} ###Asistant: "
21
  response=ollama.generate(
22
- model='LLAMA3.2 Virtual_doctor2:latest',
23
  prompt=text,
24
  stream=False,
25
  )
 
19
  def respond(history):
20
  text=f"<s> ###Human: {history[-1]['content']} ###Asistant: "
21
  response=ollama.generate(
22
+ model='LLAMA3.2 Virtual_doctor2',
23
  prompt=text,
24
  stream=False,
25
  )