Update ff.py
Browse files
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.
|
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
|