ALVHB95 commited on
Commit
00be151
·
1 Parent(s): bef98de

new model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ qa_prompt = ChatPromptTemplate.from_template(
184
  # =============================
185
  # Requiere el secreto HUGGINGFACEHUB_API_TOKEN en el Space
186
  llm = HuggingFaceEndpoint(
187
- repo_id="mistralai/Mixtral-8x7B-v0.1",
188
  task="text-generation", # ok para Mixtral
189
  # estos parámetros VAN afuera de model_kwargs:
190
  max_new_tokens=2000,
 
184
  # =============================
185
  # Requiere el secreto HUGGINGFACEHUB_API_TOKEN en el Space
186
  llm = HuggingFaceEndpoint(
187
+ repo_id="meta-llama/Meta-Llama-3-8B-Instruct",
188
  task="text-generation", # ok para Mixtral
189
  # estos parámetros VAN afuera de model_kwargs:
190
  max_new_tokens=2000,