What's Changed
- minor: update broken links for api keys/docs by @JINO-ROHIT in https://github.com/camel-ai/camel/pull/3727
- chore: Update model doc and zhipu model by @fengju0213 in https://github.com/camel-ai/camel/pull/3722
- fix: ChatAgent memory setter issue by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3734
- Fix:if window_size==0 will return all the sliding_messages. by @jin...