2ch commited on
Commit
9a4e67e
·
1 Parent(s): a59b80f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ textarea {
13
  """
14
 
15
  openai.api_key = os.environ['OPENAI_API_KEY']
 
16
 
17
  def predict(message, history, temperature):
18
  history_openai_format = []
 
13
  """
14
 
15
  openai.api_key = os.environ['OPENAI_API_KEY']
16
+ openai.api_base = os.environ['API_URL']
17
 
18
  def predict(message, history, temperature):
19
  history_openai_format = []