Anni123 commited on
Commit
ee59a96
1 Parent(s): 5ca523c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ from utils import *
10
  from retrieval_utils import *
11
 
12
  openai.api_key = os.getenv("api_key")
 
13
 
14
  COT_PROMPT = "Let's think step by step."
15
  DIRECT_ANS_PROMPT = "The answer is"
 
10
  from retrieval_utils import *
11
 
12
  openai.api_key = os.getenv("api_key")
13
+ openai.api_base = os.getenv("api_base")
14
 
15
  COT_PROMPT = "Let's think step by step."
16
  DIRECT_ANS_PROMPT = "The answer is"