vilarin commited on
Commit
66ec133
·
verified ·
1 Parent(s): 6a0bec7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import base64
6
 
7
  # Set API key and organization ID from environment variables
8
  api_key = os.environ.get("OPENAI_API_KEY")
9
- base_url = os.environ.get("OPENAI_API_BASE")
10
- client = OpenAI(api_key=api_key, base_url=base_url)
11
 
12
  # Define the model to be used
13
  MODEL = "gpt-4o"
 
6
 
7
  # Set API key and organization ID from environment variables
8
  api_key = os.environ.get("OPENAI_API_KEY")
9
+ #base_url = os.environ.get("OPENAI_API_BASE")
10
+ client = OpenAI(api_key=api_key)
11
 
12
  # Define the model to be used
13
  MODEL = "gpt-4o"