Daemontatox commited on
Commit
df7e1e9
·
verified ·
1 Parent(s): 2383543

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from openai import OpenAI
8
 
9
  # Load API keys from environment variables
10
  inference_api_key = os.environ.get("HF_TOKEN")
11
- chat_api_key = os.environ.get("HF_TOEKN")
12
 
13
  # Global variable to store the image as a data URL so it can be used in subsequent chat calls.
14
  global_image_data_url = None
 
8
 
9
  # Load API keys from environment variables
10
  inference_api_key = os.environ.get("HF_TOKEN")
11
+ chat_api_key = os.environ.get("HF_TOKEN")
12
 
13
  # Global variable to store the image as a data URL so it can be used in subsequent chat calls.
14
  global_image_data_url = None