broadfield-dev commited on
Commit
ec49f72
·
verified ·
1 Parent(s): c262d21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from ollama import chat
6
 
7
  def chat_with_ollama(prompt):
8
  stream = chat(
9
- model='llama3.2',
10
  messages=[{'role': 'user', 'content': f'{prompt}'}],
11
  stream=True,
12
  )
 
6
 
7
  def chat_with_ollama(prompt):
8
  stream = chat(
9
+ model='hf.co/mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated-GGUF:Q2_K',
10
  messages=[{'role': 'user', 'content': f'{prompt}'}],
11
  stream=True,
12
  )