harris1 commited on
Commit
fe3f135
·
verified ·
1 Parent(s): c78d99c

Update openai_client.py

Browse files
Files changed (1) hide show
  1. openai_client.py +1 -1
openai_client.py CHANGED
@@ -8,7 +8,7 @@ load_dotenv()
8
 
9
  client = OpenAI(
10
  api_key=os.getenv("OPENAI_API_KEY"),
11
- base_url=os.getenv("OPENAI_API_BASE"), # Uncomment if using a custom base URL
12
  )
13
 
14
 
 
8
 
9
  client = OpenAI(
10
  api_key=os.getenv("OPENAI_API_KEY"),
11
+ base_url=os.getenv("https://api.aimlapi.com"),
12
  )
13
 
14