Spaces:
Sleeping
Sleeping
typesdigital
commited on
Update app.py
Browse files
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'] = '
|
7 |
-
os.environ['SPORTS_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 = []
|