Gerald

Results 146 comments of Gerald

same here, and I can find `outputRelativePath` no where in the source code.

Based on the current implementation, the error occurs as long as there are both a system message and an assistant message. https://github.com/songquanpeng/one-api/blob/c3178720975ee0b2767bc3b0ad98cfc533f22b6d/relay/adaptor/gemini/main.go#L120-L131 Examples: ```js // 1. works [ { "role":...

My idea was: To create a web version of VSCode, with a built-in VSCode extension to communicate with Violentmonkey, working as a replacement of the built-in editor and part of...

I'm thinking about removing `batchRender.limit` as it makes no sense to me and adds unnecessary complexity to the code. Everything can be rendered quickly in the first paint for me...

Shall we merge this first since the logic is the same as the existing one? I'll leave the confirmation to the future.

I think you only need to set the language of your file to Markdown. Does that make sense?

Hi @gymaerl you need to load the required assets. Here is how to load all available assets: ```ts export const transformer = new Transformer(); const { scripts, styles } =...

I'm not against it but I also think it is more natural to close a tab using ctrl+w.