hans.huang
hans.huang
I saw many of the following errors in the logs due to too long `referrer`. ```production.ERROR: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'referrer' at row...
Operating System: macOS Ventura V13.4 Docker and Docker Compose versions: 4.21.1 (114176) ``` backend | 575afffc-a618-46ee-9cf1-bba277feb06e brain_id backend | brain id=UUID('575afffc-a618-46ee-9cf1-bba277feb06e') name='Default brain' status='public' model='gpt-3.5-turbo-0613' temperature=0.0 max_tokens=256 max_brain_size=52428800 files=[] backend...
Thanks for developing this package. When I built the app bundle, there was a altert`AppInstallerPlugin.java uses or overrides a deprecated API.` Is there a plan to replace the deprecated API?
很好的软件,谢谢开发。 如截图所示,一句字幕结束的时间默认是到下一句字幕开始前,中间没对话的时间,字幕一直留在那怪怪的,可以怎么调整吗?谢谢
I do not want the default blue red color. ``` cmap='viridis' ax=plt.subplot(211) shap.dependence_plot("var", shap_values, X, show = False, ax=ax, cmap=cmap) ``` I tried different cmap like ListedColormap..., but none of...