tommy24 commited on
Commit
78265d1
·
1 Parent(s): 0ff7ca2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def function(Textbox, Textbox2, Textbox3, Dropdown):
100
  target3 = os.environ.get("target3")
101
  os.environ["REPLICATE_API_TOKEN"]
102
  base = os.environ.get("base")
103
- openai.base = base
104
  openai.api_key = target2
105
  content = os.environ.get("content")
106
  model = os.environ.get("model")
 
100
  target3 = os.environ.get("target3")
101
  os.environ["REPLICATE_API_TOKEN"]
102
  base = os.environ.get("base")
103
+ openai.api_base = base
104
  openai.api_key = target2
105
  content = os.environ.get("content")
106
  model = os.environ.get("model")