Aforwardz Yu
Aforwardz Yu
Ubuntu,新版表情是不是还没有支持,一些表情的解码也有问题,无法显示
同志们,被关了几个月小黑屋,我的账号终于被放出来了,web端可以登录了。。普天同庆
那就需要服务器提供接口,可以有一个版本,然后本地设定特定时间版本check,不一致就更新
@luzihang123 Good Solution. 针对已启动的服务: check_update_calendar.py ```python3 import requests import chinese_calendar def get_verisons(package_name): url = "https://pypi.python.org/pypi/%s/json" % package_name versions, success, count = [], False, 0 while not success and count <...
I have the same issue. I have tried many different formats of table and the tests in #230 but it seems that the table has not been convert to html...
Hello, I came cross the same error, how you solved this problem?
> @aforwardz can you share the error? I never reproduced the problem that LingCn reported. Thanks for your reply! I wanna change my avatar and after I uploaded the image,...
I forked the repo based on v0.27.0 and it's not running with misago-docker but development env directly on my server
A substitude but temporal way is to create a new chat class like the "Answer" class ```python from openai.openai_object import OpenAIObject class NewChat(OpenAIObject): api_prefix = "v1" @classmethod def get_url(self, base):...
> sry, just update openai to v0.27.0