JLW commited on
Commit
b7a8999
·
1 Parent(s): fa42e0a
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -6,9 +6,6 @@ from langchain.chains import PALChain
6
  import datetime
7
 
8
  gpt_only_prompt = "Calculate the following, giving only the final answer:\n"
9
- prompt = ""
10
-
11
- # os.environ["OPENAI_API_KEY"] = ""
12
 
13
 
14
  def set_openai_api_key(api_key, openai_api_key, pal_chain):
 
6
  import datetime
7
 
8
  gpt_only_prompt = "Calculate the following, giving only the final answer:\n"
 
 
 
9
 
10
 
11
  def set_openai_api_key(api_key, openai_api_key, pal_chain):