Hangzhi
Hangzhi
Hi team, is there any plan to make [format_cell()](https://github.com/psf/black/blob/162ecd1d2cf9471efefb5b61c17d28b73acb79a1/src/black/__init__.py#L1055) a public Python API? It helps a lot to format code strings within a notebook cell. I noticed that this function...
@qinwf Hi qinwf, I'm a student, hoping to work on this project in GSOC 2021. There appears no issue about this problem in the RE2 repository, have you ever filed...
sudo apt install protobuf-compiler protoc --version
在单元测试的时候,好像需要 go test calc_test.go calc.go -v。把两个文件链接起来,不然会找不到函数,想问为什么可以只用 go test 命令行就可以呀?
Hi @gaocegege @VoVAllen. Is anyone working on this? May I help with this?
@zhisbug Can I help with this?
@chenmoneygithub the error `Original error: litellm.BadRequestError: OpenAIException - Unrecognized request argument supplied: rationale_type.` is fixed in https://github.com/stanfordnlp/dspy/pull/8382. Can you help take a look?
`ChainOfThoughtWithHint` has been removed from DSPy 3.0. Please use `ChainOfThought` instead.
@okhat Opened another PR to clean up ChainOfThoughtWithHint https://github.com/stanfordnlp/dspy/pull/8395
@nickthegroot This is not a bug, but a feature. For `ReAct`, the question is not complicated enough to call a tool to finish the task. In the call, it decides...