Dayuan Jiang
Dayuan Jiang
It is really hard to look at the messages like below in the console and add the translation in the file. > Missing from cn.msg: gui_window::word_search -> show_bars > "Bar...
@ArtPoon Too many backslashes hahaha Anyway, thanks for the solution.
I tried this. ```python idata = az.from_pymc3(trace_4_1, model=m4_2) trace_df = idata.posterior.to_dataframe() trace_df.cov() ``` But it ends up with error. ```python --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) /var/folders/ty/2zf3422s5bd91_vnjm_3wlqh0000gn/T/ipykernel_1341/434011363.py in ---->...
@KillianLucas I appreciate your response. My intention with this PR is to make the code more intuitive and easier to understand for anyone who might be exploring the internal behavior...
@KillianLucas If `get_config` is moved out of the class, we also need to change `interpreter/__init__.py` to initialize the class with: ```python config = get_config() sys.modules["interpreter"] = Interpreter(config) ``` Regardless, I...
> Hi [@lgrammel](https://github.com/lgrammel) thanks for your suggestion. Setting `streamProtocol` to text works. However, it's not streaming (which makes sense). Do you have any example which can be referenced to stream...
@code-october 破案了。是总结对话这个功能的锅。跟中断对话没关系。 发一大段话后系统会自动把那一段话总结,然后加到 user 的 message 里面。 即使你把之前的对话删除,总结也不会变,所以就出现了记得之前说的什么的 Bug(特性?)。
@iteratetograceness Thank you for your investigation. I previously suspected the issue likely stemmed from the Provider's side. Additionally, I think it's best to correct the document, as it currently shows...
@broBinChen Thanks for contributing! @Finyouknowwhatyouknow Regarding the hang issue, I've opened an issue and am actively investigating the root cause. It's difficult to debug since the issue is hard to...
Thanks. Merged