特菈 Dustella
特菈 Dustella
After some digging, I found the error is from https://github.com/pallets/quart/blob/b5593ca4c8c657564cdf2d35c9f0298fce63636b/src/quart/utils.py#L156 why? I know we want to know whether I am ran via `quart ...` or `python xxx.py`, but it seems...
after some testing, altering https://github.com/pallets/quart/blob/b5593ca4c8c657564cdf2d35c9f0298fce63636b/src/quart/utils.py#L156 ```diff else: - if script_path.is_file() and os.access(script_path, os.X_OK): - # hypercorn run:app --reload - executable = str(script_path) - else: - # python run.py - args...
我尝试不使用 BaseURL,使用 FullAPI 并且填写成 `https://[baseurl]/v1/chat/completions` 之后生效了。 看上去好像现在插件会尝试请求 `/v1/completion` 这个借口,但是我看到别的很多应用用的是 `/v1/chat/completion` 希望作者可以注意到这个问题 @MuiseDestiny
It seems, this is a feature of upstream Radix. Radix itself does not support positioning the MenuContent stuff under the menu button, instead, it always centers the content in the...
I do not know whether this is intentional in Shadcn, maybe they just love to make small menu titles and large menu dropdowns.
same problem encountered.