diazcalvi commited on
Commit
f2f0f51
·
1 Parent(s): 827c483
Files changed (2) hide show
  1. app.py +2 -2
  2. data/kion.json +0 -0
app.py CHANGED
@@ -91,12 +91,12 @@ def store_message(name: str, message: str):
91
 
92
 
93
 
94
- def greet(name):
95
  response = query_index(index, "Act as a KION equipment expert:" + text)
96
  return response
97
 
98
 
99
- about any KION/Linde products. The AI knows all the details, loads, sizes, manuals and procedures to support hundreds of parts and equipment. You can check out also our repository [here](https://www.linde-mh.com/en/About-us/Media/)")
100
 
101
  index = None
102
  api_key = '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'#st.text_input("Enter your OpenAI API key here:", type="password")
 
91
 
92
 
93
 
94
+ def greet(text):
95
  response = query_index(index, "Act as a KION equipment expert:" + text)
96
  return response
97
 
98
 
99
+
100
 
101
  index = None
102
  api_key = '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'#st.text_input("Enter your OpenAI API key here:", type="password")
data/kion.json ADDED
The diff for this file is too large to render. See raw diff