totallysaber commited on
Commit
21db1ee
·
verified ·
1 Parent(s): 5113b44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def run_query(query, chat_history, k, temperature,openai_api_key):
37
 
38
  def main():
39
  st.title("EmeraldEnergy™️ AI Copilot")
40
- api_key = st.text_input("Enter your API key:")
41
  chat_history = []
42
 
43
  role = 'Pretend I am an HVAC technician installing a Mitsubishi heat pump. I do not have access to the manual. Help me install this using your knowledge of the mitsubishi heatpump. Please consider the section under instruction of troubleshooting. If you can not help me, then provide generalized guidance. Please ask for which model of the product we are using at the end. \n'
 
37
 
38
  def main():
39
  st.title("EmeraldEnergy™️ AI Copilot")
40
+ api_key = st.text_input("Enter your OpenAI API key:")
41
  chat_history = []
42
 
43
  role = 'Pretend I am an HVAC technician installing a Mitsubishi heat pump. I do not have access to the manual. Help me install this using your knowledge of the mitsubishi heatpump. Please consider the section under instruction of troubleshooting. If you can not help me, then provide generalized guidance. Please ask for which model of the product we are using at the end. \n'