Update ff.py
Browse files
ff.py
CHANGED
@@ -107,8 +107,8 @@ def gpt(prompt):
|
|
107 |
#answer = res(prompt)
|
108 |
|
109 |
print(prompt)
|
110 |
-
|
111 |
-
return
|
112 |
|
113 |
def gpt_francais(french_prompt,choix,autheur):
|
114 |
|
|
|
107 |
#answer = res(prompt)
|
108 |
|
109 |
print(prompt)
|
110 |
+
respons = greet(prompt)
|
111 |
+
return respons
|
112 |
|
113 |
def gpt_francais(french_prompt,choix,autheur):
|
114 |
|