Scar头像

Casual AI 学习笔记

#设置Tag是个好习惯 Causal AI 学习笔记 1. 概念 因果推断 因果推断(Causal Inference)是 Causal AI 最核心的任务。 关联(看到,X→Y 映射):传统AI能做的,比如“看到冰淇淋销量高,游泳溺水人数也多”。 干预(做):“推断”精髓。例如,假设“如果我把冰淇淋价格提高一倍...

Scar头像

Agent Framework Philosophy: The Unbitter Lesson

#设置Tag是个好习惯 Agent Framework Philosophy: The Unbitter Lesson 1. Introduction: The Burden of Abstraction The history of software is a history of abstraction. We bu...

Scar头像

让GPT进行复杂函数调用(嵌套Function Calling)的方法

#设置Tag是个好习惯 目前Function Calling应该是不支持嵌套调用的下面提供了一种简单的解决方案:给ChatGPT“获取当前位置”以及“查询温度”的函数,让他告诉我今天该穿什么衣服。Here are some tools: getLocalLocation() :&...

Scar头像

一种让ChatGPT稳定返回JSON数据的方法

#设置Tag是个好习惯 ...

Scar头像

ChatGPT 清空指令

#设置Tag是个好习惯 用途启动一次与 ChatGPT 的全新对话。指令Prompts:清空大脑,开启新一轮对话。注意事项保留“Prompts:”,不能替换成“指令:”,否则可能会返回“很抱歉,我不会执行这个指令”。...