baptistejamin commited on
Commit
b86961e
1 Parent(s): 5f11692
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ def generate_response(tache, article):
9
  prefix = "Trouve un titre pour cet article:\n\n"
10
 
11
  if tache == "chapo":
12
- model = "gpt-3.5-turbo"
13
- prefix = "Trouve un premier paragraphe introductif de 200 signes pour cet article:\n\n"
14
 
15
  response = client.chat.completions.create(
16
  model=model,
 
9
  prefix = "Trouve un titre pour cet article:\n\n"
10
 
11
  if tache == "chapo":
12
+ model = "ft:gpt-3.5-turbo-1106:personal::8lcbldD1"
13
+ prefix = "Trouve un chapo pour cet article:\n\n"
14
 
15
  response = client.chat.completions.create(
16
  model=model,