mrbeliever commited on
Commit
b176c14
·
verified ·
1 Parent(s): 5180af7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import json
5
 
6
  # Set the Nebius API key
7
  API_KEY = os.environ.get("NEBIUS_API_KEY")
8
- API_URL = "https://api.studio.nebius.ai/v1/"
9
 
10
  # Streamlit app configuration
11
  st.set_page_config(page_title="Image to Prompt Converter", layout="centered", page_icon="🖼️")
 
5
 
6
  # Set the Nebius API key
7
  API_KEY = os.environ.get("NEBIUS_API_KEY")
8
+ API_URL = "https://api.studio.nebius.ai/v1/chat/completions"
9
 
10
  # Streamlit app configuration
11
  st.set_page_config(page_title="Image to Prompt Converter", layout="centered", page_icon="🖼️")