fix:小问题

This commit is contained in:
SengokuCola
2025-05-16 23:43:48 +08:00
parent 61e0dbe372
commit 3520cebc26
3 changed files with 4 additions and 4 deletions

View File

@@ -294,7 +294,7 @@ class DefaultExpressor:
message_list_before_now = get_raw_msg_before_timestamp_with_chat(
chat_id=chat_stream.stream_id,
timestamp=time.time(),
limit=global_config.observation_context_size,
limit=global_config.chat.observation_context_size,
)
chat_talking_prompt = await build_readable_messages(
message_list_before_now,