Nachnamearray hinzugefügt
This commit is contained in:
parent
19f99efd53
commit
f7185c5d1c
16 changed files with 27 additions and 62 deletions
|
|
@ -343,8 +343,8 @@ def METAR():
|
|||
return antwort_AI
|
||||
def CallCabinSecureTakeoff():
|
||||
prompt_org = ("Hey " + passw['Prompt']['CptName'] + "hier ist " + passw['Prompt']['PurserName'] +
|
||||
" von der EEins Links. Die Kabine ist sicher und bereit für den Flug nach " + dest_name)
|
||||
prompt_org = "Formuliere diesen Satz um: " + prompt_org + "Du bist dabei eher " + Stimmung
|
||||
" von der Eins Links. Die Kabine ist sicher und bereit für den Flug nach " + dest_name)
|
||||
prompt_org = "Du bist Mitarbeiterin der Kabinencrew einer Airline. Formuliere diesen Satz als Ansage neu: " + prompt_org + "Du bist dabei eher " + Stimmung
|
||||
antwort_AI = ai(prompt_org)
|
||||
return antwort_AI
|
||||
def CallCabinSecureLanding():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue