adjust log
Browse files- app/constants.py +1 -1
- app/gemini_client.py +1 -1
app/constants.py
CHANGED
|
@@ -192,4 +192,4 @@ FOUND_REGULATIONS_MESSAGES = [
|
|
| 192 |
]
|
| 193 |
|
| 194 |
SHEET_RANGE = 'chat!A2:N'
|
| 195 |
-
VERSION_NUMBER =
|
|
|
|
| 192 |
]
|
| 193 |
|
| 194 |
SHEET_RANGE = 'chat!A2:N'
|
| 195 |
+
VERSION_NUMBER = 123456792
|
app/gemini_client.py
CHANGED
|
@@ -4,7 +4,7 @@ from google.generativeai.generative_models import GenerativeModel
|
|
| 4 |
from loguru import logger
|
| 5 |
from .request_limit_manager import RequestLimitManager
|
| 6 |
from typing import List, Optional
|
| 7 |
-
from utils import _safe_truncate
|
| 8 |
|
| 9 |
class GeminiClient:
|
| 10 |
def __init__(self):
|
|
|
|
| 4 |
from loguru import logger
|
| 5 |
from .request_limit_manager import RequestLimitManager
|
| 6 |
from typing import List, Optional
|
| 7 |
+
from .utils import _safe_truncate
|
| 8 |
|
| 9 |
class GeminiClient:
|
| 10 |
def __init__(self):
|