dzip commited on
Commit
f39feff
·
verified ·
1 Parent(s): 25af710

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import openai
4
  # Initialize the OpenAI client with your proxy API
5
  client = openai.OpenAI(
6
  api_key= openai_api_key,
7
- base_url="https://api.pumpkinaigc.online/v1"
8
  )
9
 
10
  # Function to handle predictions
 
4
  # Initialize the OpenAI client with your proxy API
5
  client = openai.OpenAI(
6
  api_key= openai_api_key,
7
+ base_url="https://aigptx.top/"
8
  )
9
 
10
  # Function to handle predictions