Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def analyze():
|
|
43 |
data_info = df.dtypes.to_dict()
|
44 |
|
45 |
app.logger.info("Initializing OpenAI client")
|
46 |
-
client = OpenAI(api_key=api_key, base_url="https://api.deepseek.com
|
47 |
|
48 |
messages = [
|
49 |
{"role": "system", "content": """
|
|
|
43 |
data_info = df.dtypes.to_dict()
|
44 |
|
45 |
app.logger.info("Initializing OpenAI client")
|
46 |
+
client = OpenAI(api_key=api_key, base_url="https://api.deepseek.com")
|
47 |
|
48 |
messages = [
|
49 |
{"role": "system", "content": """
|