Docfile commited on
Commit
e5cdf5d
·
1 Parent(s): b73c0cd

Update ff.py

Browse files
Files changed (1) hide show
  1. ff.py +1 -1
ff.py CHANGED
@@ -29,7 +29,7 @@ print(g4f.Provider.Ails.params)
29
 
30
  def res(input_text):
31
  llm: LLM = G4FLLM(
32
- model=models.gpt_35_turbo_16k,
33
 
34
  )
35
  input_texxt ="Tu es un assistant intelligent.ton but est d'assiter au mieux que tu peux." + input_text
 
29
 
30
  def res(input_text):
31
  llm: LLM = G4FLLM(
32
+ model=models.gpt_35_turbo,
33
 
34
  )
35
  input_texxt ="Tu es un assistant intelligent.ton but est d'assiter au mieux que tu peux." + input_text