Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 992 Bytes

勘误.md

File metadata and controls

59 lines (34 loc) · 992 Bytes

1版第1刷

指的是1版第2刷之后改正了的

P253

llm_config llm_config 改为 llm_config=llm_config

P258 P259

parse_response(rsp) 都改为 rsp.strip()

1版第2刷

指的是1版第3刷之后改正

P5

语音输出框 改为 语音输入框

P38 P58

Openai的key的字符串是OpenAI_API_KEY,正确的是:OPENAI_API_KEY

P38 - 两处 (正数第6行(正文)和倒数第6行(代码))
P58 - 一处 代码第3行

P81

代码空格错误,
from[空格]llama_index.[空格]coreimport...,
应为
from[空格]llama_index.core[空格]import

P188

图中的(a)Plan-and-Solve和(b)Zero-Shot-CoT反了

1版第3刷

指的是1版第4刷之后改正

P81

pip install LlamaIndex
改为
pip install llama-index

P82

query_engine = index.as_query_engine()
改为
agent = index.as_query_engine()

P188

for Step Into steps: 中的 Step Into 改为小写