Spaces:
Build error
Build error
Tweaks
Browse files
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):
|