aiscientist commited on
Commit
337acaa
·
verified ·
1 Parent(s): 4139bc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import os
3
- os.environ['OPENAI_API_KEY'] = "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"
4
 
5
  from langchain.llms.openai import OpenAI
6
  from langchain.agents.agent_types import AgentType
 
1
  import streamlit as st
2
  import os
3
+ os.environ['OPENAI_API_KEY'] = "your key"
4
 
5
  from langchain.llms.openai import OpenAI
6
  from langchain.agents.agent_types import AgentType