stay hard
Browse files- __pycache__/controller.cpython-311.pyc +0 -0
- __pycache__/csv_service.cpython-311.pyc +0 -0
- __pycache__/intitial_q_handler.cpython-311.pyc +0 -0
- __pycache__/util_service.cpython-311.pyc +0 -0
- pandasai.log +0 -0
- rethink_gemini_agents/__pycache__/rethink_chat.cpython-311.pyc +0 -0
- rethink_gemini_agents/rethink_chart.py +1 -1
- rethink_gemini_agents/rethink_chat.py +1 -1
__pycache__/controller.cpython-311.pyc
DELETED
Binary file (27 kB)
|
|
__pycache__/csv_service.cpython-311.pyc
DELETED
Binary file (6.15 kB)
|
|
__pycache__/intitial_q_handler.cpython-311.pyc
DELETED
Binary file (1.49 kB)
|
|
__pycache__/util_service.cpython-311.pyc
DELETED
Binary file (4.89 kB)
|
|
pandasai.log
DELETED
File without changes
|
rethink_gemini_agents/__pycache__/rethink_chat.cpython-311.pyc
DELETED
Binary file (15 kB)
|
|
rethink_gemini_agents/rethink_chart.py
CHANGED
@@ -27,7 +27,7 @@ plt.show = lambda: None # Monkey patch to disable display
|
|
27 |
logging.basicConfig(
|
28 |
level=logging.INFO,
|
29 |
format='%(asctime)s - %(levelname)s - %(message)s',
|
30 |
-
|
31 |
)
|
32 |
logger = logging.getLogger(__name__)
|
33 |
|
|
|
27 |
logging.basicConfig(
|
28 |
level=logging.INFO,
|
29 |
format='%(asctime)s - %(levelname)s - %(message)s',
|
30 |
+
handlers=[logging.FileHandler('api_key_rotation.log'), logging.StreamHandler()]
|
31 |
)
|
32 |
logger = logging.getLogger(__name__)
|
33 |
|
rethink_gemini_agents/rethink_chat.py
CHANGED
@@ -33,7 +33,7 @@ plt.show = lambda: None # Monkey patch to disable display
|
|
33 |
logging.basicConfig(
|
34 |
level=logging.INFO,
|
35 |
format='%(asctime)s - %(levelname)s - %(message)s',
|
36 |
-
|
37 |
)
|
38 |
logger = logging.getLogger(__name__)
|
39 |
|
|
|
33 |
logging.basicConfig(
|
34 |
level=logging.INFO,
|
35 |
format='%(asctime)s - %(levelname)s - %(message)s',
|
36 |
+
handlers=[logging.FileHandler('api_key_rotation.log'), logging.StreamHandler()]
|
37 |
)
|
38 |
logger = logging.getLogger(__name__)
|
39 |
|