Register and share your invite link to earn from video plays and referrals.

Y11
@seclink
找工作、找面试题、改简历、模拟面试。关注: 创业(冷启动) | 认知心理学|智能体 | 强化学习 building:
Joined January 2011
645 Following    29.9K Followers
冷知识: 将静态写作规则保留在 system prompt,动态上下文移到 user prompt ,可以极大提高缓存命中率,减少token消耗: # 当前(跨章缓存失效) system_prompt = 静态规则 + 动态上下文 user_prompt = 场景信息 # 优化后(跨章缓存命中) system_prompt = 静态规则(跨章不变,可缓存) user_prompt = 动态上下文 + 场景信息
Show more