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