Skier8402 commited on
Commit
e149dfd
·
verified ·
1 Parent(s): efb5302

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -32,7 +32,9 @@ with st.sidebar:
32
  st.markdown(
33
  "For more information about the models, see [here](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo)."
34
  )
35
- OPENAI_API_KEY = st.text_input("API Key", type="password")
 
 
36
 
37
  # Instantiate your tools: Search engine tool duckduckgo-search
38
  search_tool = DuckDuckGoSearchRun()
 
32
  st.markdown(
33
  "For more information about the models, see [here](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo)."
34
  )
35
+ global OPENAI_API_KEY = st.text_input("API Key", type="password")
36
+
37
+
38
 
39
  # Instantiate your tools: Search engine tool duckduckgo-search
40
  search_tool = DuckDuckGoSearchRun()