Spaces:
Sleeping
Sleeping
Update data_planner.py
Browse files- data_planner.py +2 -2
data_planner.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import json
|
| 2 |
-
from
|
| 3 |
-
from schema_map import schema
|
| 4 |
|
| 5 |
def determine_data_requirements(
|
| 6 |
user_prompt: str,
|
|
|
|
| 1 |
import json
|
| 2 |
+
from gemini_client import ask_gpt
|
| 3 |
+
from schema_map import schema
|
| 4 |
|
| 5 |
def determine_data_requirements(
|
| 6 |
user_prompt: str,
|