Docfile commited on
Commit
d6f08b8
·
1 Parent(s): 1944f0f

Update ff.py

Browse files
Files changed (1) hide show
  1. ff.py +1 -1
ff.py CHANGED
@@ -23,7 +23,7 @@ print(g4f.Provider.Ails.params)
23
  def res(input_text):
24
  llm: LLM = G4FLLM(
25
  model=models.gpt_35_turbo_16k,
26
- ,
27
  )
28
  input_texxt ="Tu es un assistant intelligent.ton but est d'assiter au mieux que tu peux." + input_text
29
  print("Question:", input_text)
 
23
  def res(input_text):
24
  llm: LLM = G4FLLM(
25
  model=models.gpt_35_turbo_16k,
26
+
27
  )
28
  input_texxt ="Tu es un assistant intelligent.ton but est d'assiter au mieux que tu peux." + input_text
29
  print("Question:", input_text)