noumanjavaid commited on
Commit
c951e12
·
verified ·
1 Parent(s): ca60cc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ st.markdown("""
53
 
54
  # Initialize OpenAI client
55
  apiKey = st.secrets.get("OPENAI_API_KEY")
56
- baseURL: "https://api.x.ai/v1",
57
 
58
  class GrokChatApp:
59
  def __init__(self):
 
53
 
54
  # Initialize OpenAI client
55
  apiKey = st.secrets.get("OPENAI_API_KEY")
56
+ baseURL: "https://api.x.ai/v1"
57
 
58
  class GrokChatApp:
59
  def __init__(self):