Isshi14 commited on
Commit
099758e
·
verified ·
1 Parent(s): 23b2723

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ Context:
103
  {"role": "system", "content": system_prompt},
104
  {"role": "user", "content": question}
105
  ],
106
- model="mistralai/Mistral-7B-Instruct-v0.2",
107
  max_tokens=512,
108
  temperature=0.3,
109
  )
 
103
  {"role": "system", "content": system_prompt},
104
  {"role": "user", "content": question}
105
  ],
106
+ model="meta-llama/Meta-Llama-3-8B-Instruct",
107
  max_tokens=512,
108
  temperature=0.3,
109
  )