Update ff.py
Browse files
ff.py
CHANGED
@@ -22,7 +22,7 @@ print(g4f.Provider.Ails.params)
|
|
22 |
|
23 |
def res(input_text):
|
24 |
llm: LLM = G4FLLM(
|
25 |
-
model=models.
|
26 |
|
27 |
)
|
28 |
input_texxt ="Tu es un assistant intelligent.ton but est d'assiter au mieux que tu peux." + input_text
|
|
|
22 |
|
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
|