typesdigital commited on
Commit
ed0f938
·
verified ·
1 Parent(s): f01ee12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import requests
3
  import gradio as gr
4
 
5
  # Set your API keys
6
- os.environ['XAI_API_KEY'] = 'your_xai_api_key_here' # Replace with your actual xAI API key
7
- os.environ['SPORTS_API_KEY'] = 'your_sports_api_key_here' # Replace with your sports data API key
8
 
9
  # Initialize conversation history
10
  conversation_history = []
 
3
  import gradio as gr
4
 
5
  # Set your API keys
6
+ os.environ['XAI_API_KEY'] = 'xai-Gxw7oW4yR6Q6oTd0v9lDRLotXZQYJNz9YKlH7R6eMyTmqIV9h6uustEGZAaJEvGmewlwbUnM1jTX4chj' # Replace with your actual xAI API key
7
+ os.environ['SPORTS_API_KEY'] = '21253d4ad8mshc858b5f3ba04919p1b5a03jsna381170f15fe' # Replace with your sports data API key
8
 
9
  # Initialize conversation history
10
  conversation_history = []