mgokg commited on
Commit
08cf7b9
·
verified ·
1 Parent(s): ea3ec99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from gradio_client import Client
9
 
10
  route="""
11
  how to handle special case "zugverbindung".
12
-
13
  Regeln:
14
  Wenn eine Zugverbindung von {Startort} nach {Zielort} angefragt wird, return json object with Startort and Zielort.
15
  always follow json scheme below.
 
9
 
10
  route="""
11
  how to handle special case "zugverbindung".
12
+ Wichtig: Dies Regeln gelten nur wenn eine zugverbindung angefragt wird, else answer prompt
13
  Regeln:
14
  Wenn eine Zugverbindung von {Startort} nach {Zielort} angefragt wird, return json object with Startort and Zielort.
15
  always follow json scheme below.