eberhenriquez94 commited on
Commit
705e75d
1 Parent(s): a52a322
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ async def generate_content(client, model_name, system_instruction, borrador, is_
44
  ]
45
  completion = await asyncio.to_thread(
46
  client.chat.completions.create,
47
- model="meta/llama-3.1-405b-instruct",,
48
  messages=messages,
49
  temperature=0.5,
50
  top_p=0.7,
 
44
  ]
45
  completion = await asyncio.to_thread(
46
  client.chat.completions.create,
47
+ model="meta/llama-3.1-405b-instruct",
48
  messages=messages,
49
  temperature=0.5,
50
  top_p=0.7,