Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev
This commit is contained in:
@@ -29,7 +29,10 @@ class ChattingInfoProcessor(BaseProcessor):
|
||||
super().__init__()
|
||||
# TODO: API-Adapter修改标记
|
||||
self.model_summary = LLMRequest(
|
||||
model=global_config.model.utils_small, temperature=0.7, max_tokens=300, request_type="focus.observation.chat"
|
||||
model=global_config.model.utils_small,
|
||||
temperature=0.7,
|
||||
max_tokens=300,
|
||||
request_type="focus.observation.chat",
|
||||
)
|
||||
|
||||
async def process_info(
|
||||
|
||||
Reference in New Issue
Block a user