Kevin T. Lee
Results
3
comments of
Kevin T. Lee
是作为一个chapter还是附录?可以尝试自建一个
你好,生僻字乱码是当前字体库不包含这个字导致的,可以尝试增加kfont参数`\documentclass[professional,master,kfont=windows]`,使用不同的字体, ```latex kfont= ``` 也可以使用下面指令,局部使用对应的字体,比如: ```latex {\CJKfontspec{simsun.ttc} 犇} ``` `simsun.ttc`为字体文件,需要放置在`MainBody.tex`文件旁
I met the same issue with same model and api-version in your screenshot, but it works with model = gpt-35-turbo and api-version = 2023-03-15-preview. you may have a try.