seansullivan commited on
Commit
f430727
·
verified ·
1 Parent(s): 84ac6e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ st.write(
29
  os.environ["LANGCHAIN_TRACING_V2"] = "true"
30
  os.environ["LANGCHAIN_ENDPOINT"] = "https://api.smith.langchain.com"
31
  os.environ["LANGCHAIN_PROJECT"] = "Github-Agent"
 
32
 
33
  github_repo_url = st.text_input("Github Repo URL (e.g., https://github.com/user/repo)")
34
 
 
29
  os.environ["LANGCHAIN_TRACING_V2"] = "true"
30
  os.environ["LANGCHAIN_ENDPOINT"] = "https://api.smith.langchain.com"
31
  os.environ["LANGCHAIN_PROJECT"] = "Github-Agent"
32
+ os.environ["LANGCHAIN_API_KEY"] = os.getenv("LANGCHAIN_API_KEY")
33
 
34
  github_repo_url = st.text_input("Github Repo URL (e.g., https://github.com/user/repo)")
35