Feature/memory redis (#152)
* [feature]Emotional memory cache * [feature]Implicit memory cache * [changes]Modify the expiration time of implicit memory to 24 hours. * [feature]Emotional memory cache * [feature]Implicit memory cache * [changes]Modify the expiration time of implicit memory to 24 hours. * [changes]Modify the code based on the AI review * [feature]Emotional memory cache * [feature]Implicit memory cache * [changes]Modify the expiration time of implicit memory to 24 hours. * [feature]Implicit memory cache * [changes]Modify the code based on the AI review * [changes]Modify the generated emotion cache to be "end_user_id" * [feature]Emotional memory cache * [feature]Implicit memory cache * [changes]Modify the code based on the AI review * [feature]Emotional memory cache * [changes]Modify the code based on the AI review * [changes]Modify the generated emotion cache to be "end_user_id"
This commit is contained in:
@@ -34,5 +34,4 @@ class EmotionSuggestionsRequest(BaseModel):
|
||||
|
||||
class EmotionGenerateSuggestionsRequest(BaseModel):
|
||||
"""生成个性化情绪建议请求"""
|
||||
group_id: str = Field(..., description="组ID")
|
||||
config_id: Optional[int] = Field(None, description="配置ID(用于指定LLM模型)")
|
||||
end_user_id: str = Field(..., description="终端用户ID")
|
||||
|
||||
Reference in New Issue
Block a user