08/12/2024 - 12h
parent
4fcd6219ff
commit
1eb2cab8f7
|
@ -1,11 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="22/11/2024 - 18h">
|
||||
<change afterPath="$PROJECT_DIR$/MySy_IA/mysy_ia.py" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/tools_cherif/mysy_openai_file.py" afterDir="false" />
|
||||
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="27/11/2024 : 12h30">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/GlobalVariable.py" beforeDir="false" afterPath="$PROJECT_DIR$/GlobalVariable.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Log/log_file.log" beforeDir="false" afterPath="$PROJECT_DIR$/Log/log_file.log" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
|
||||
</list>
|
||||
|
@ -78,13 +75,6 @@
|
|||
<option name="presentableId" value="Default" />
|
||||
<updated>1680804787304</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00366" summary="03/08/2024 - 18h30">
|
||||
<created>1722703608290</created>
|
||||
<option name="number" value="00366" />
|
||||
<option name="presentableId" value="LOCAL-00366" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1722703608307</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00367" summary="08/08/2024 - 20h32s">
|
||||
<created>1723210885739</created>
|
||||
<option name="number" value="00367" />
|
||||
|
@ -421,7 +411,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1732295895693</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="415" />
|
||||
<task id="LOCAL-00415" summary="27/11/2024 : 12h30">
|
||||
<created>1732706635906</created>
|
||||
<option name="number" value="00415" />
|
||||
<option name="presentableId" value="LOCAL-00415" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1732706635907</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="416" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
|
@ -463,7 +460,6 @@
|
|||
</option>
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="04/09/2024 - 23h" />
|
||||
<MESSAGE value="qsh" />
|
||||
<MESSAGE value="06/09/2024 - 22h" />
|
||||
<MESSAGE value="08/09/2024 - 21h" />
|
||||
|
@ -488,6 +484,7 @@
|
|||
<MESSAGE value="29/10/2024 - 18h30" />
|
||||
<MESSAGE value="qsd" />
|
||||
<MESSAGE value="22/11/2024 - 18h" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="22/11/2024 - 18h" />
|
||||
<MESSAGE value="27/11/2024 : 12h30" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="27/11/2024 : 12h30" />
|
||||
</component>
|
||||
</project>
|
3010
Log/log_file.log
3010
Log/log_file.log
File diff suppressed because it is too large
Load Diff
4
main.py
4
main.py
|
@ -11351,7 +11351,7 @@ API IA : permet d'améliorer un texte avec l'aide de l'IA
|
|||
def mysy_openai_improve_text():
|
||||
# On recupere le corps (payload) de la requete
|
||||
payload = mycommon.strip_dictionary (request.form.to_dict())
|
||||
print(" ### mysy_openai_improve_text payload =(text long cherif) ", )
|
||||
print(" ### mysy_openai_improve_text payload = ", str(payload))
|
||||
status, retval = mysy_ia.mysy_openai_improve_text(payload)
|
||||
return jsonify(status=status, message=retval)
|
||||
|
||||
|
@ -11364,7 +11364,7 @@ API IA : permet de resumer un texte avec l'aide de l'IA
|
|||
def mysy_openai_summarize_text():
|
||||
# On recupere le corps (payload) de la requete
|
||||
payload = mycommon.strip_dictionary (request.form.to_dict())
|
||||
print(" ### mysy_openai_summarize_text payload = (text long cherif) ")
|
||||
print(" ### mysy_openai_summarize_text payload = (text long cherif)")
|
||||
status, retval = mysy_ia.mysy_openai_summarize_text(payload)
|
||||
return jsonify(status=status, message=retval)
|
||||
|
||||
|
|
Loading…
Reference in New Issue