We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdac7e3 commit 3dd956fCopy full SHA for 3dd956f
backend/apps/system/crud/assistant.py
@@ -17,7 +17,7 @@
17
from common.core.config import settings
18
from common.utils.utils import string_to_numeric_hash
19
20
-@cache(namespace=CacheNamespace.EMBEDDED_INFO, cacheName=CacheName.ASSISTANT_INFO, keyExpression="assistant_id")
+#@cache(namespace=CacheNamespace.EMBEDDED_INFO, cacheName=CacheName.ASSISTANT_INFO, keyExpression="assistant_id")
21
async def get_assistant_info(*, session: Session, assistant_id: int) -> AssistantModel | None:
22
db_model = session.get(AssistantModel, assistant_id)
23
return db_model
0 commit comments