mkdir700
mkdir700
我也是这个问题,老兄解决了吗
thank you @Jedore
> Try `raise HTTPException(status=500)` Can this return specific data?
thanks. i got it. https://fastapi.tiangolo.com/tutorial/handling-errors/?h=httpexception#install-custom-exception-handlers
> So not going to implement this then? All PRs closed due to name change of master branch
@long2ice I believe that caching POST requests or any request method can be done because we can leverage the key_builder parameter. What do you think, if it's possible, I would...
插件不走代理 😅
> 在正常代理的情况下,不能使用谷歌翻译。 我又排查了下,貌似和 token 的生成时间有关。 排查发现,并没有执行这部分代码,导致 token 是空的,从而导致谷歌翻译无法使用。 https://github.com/ryanker/dream_translate/blob/14adfe744358fe796114aab928418f3fad0557b5/src/js/translate/google.js#L334-L336 在我 fork 的仓库中,我将以上代码替换为了: ```js await this.getTokenNew().catch(err => console.warn(err)) ``` 也就是说,使用谷歌翻译时**将不再判断上一次 token 的生成时间**,我认为这并不是一个优雅的做法,所以目前没有提 PR。
Have you not installed SQLAlchemy for the extension dependency of asynchronous functionality? Use the following command to install it: ``` pip install sqlalchemy[asyncio] ``` Reference:https://docs.sqlalchemy.org/en/20/orm/extensions/asyncio.html#asyncio-platform-installation-notes-including-apple-m1
@lblblong 可以增加 gpt-4 的选项,但我们没法测试,暂时还在等待名单中。