anribras
anribras
Resolved under newest python 3.10.2 , using conda virturl env conda create -n py310 python=3.10 my laptop is Mac m1 .
@nikosch86 nikosch86 I'm trying using your configuration file in windows10 under docker, things go well but adb can not find any devices although i can directly find the device by...
video.js 兼容性似乎还不错?
我添加好了 可以参考: https://github.com/anribras/anribras.github.io/blob/master/_includes/_partial/post/comment.html
> @anribras 提个pr呗 Done ! @colingpt @Simpleyyt
> > I found squence reply text is flushed out at same time, I sure it worked in former version: > > ```python > > response = gptChatbot.get_chat_response(message['data'], output="stream") >...
Version updated so quickly....So can anyone gives a stanadard snippet demo on how to get stream text...pls
> https://github.com/acheong08/ChatGPT/blob/6cc7dd974a0eaffc14d23ae978d9952206b724cf/src/revChatGPT/__main__.py#L142-L165 I 'm using socketio in flask. still I got :"name '_Chatbot__ "async_func_for_check'" is not defined": should I add "async await " or some what? ```py gptChatbot = Chatbot(config,...
Make sure you have Xvfb installed : ```sh Xvfb :99 -ac 2>/dev/null & export DISPLAY=:99 ```