karthink

Results 853 comments of karthink

> Maybe we should set `alt=sse` in URL parameters while using `streamGenerateContent`. https://github.com/google-gemini/cookbook/blob/main/quickstarts/rest/Streaming_REST.ipynb This will require rewriting the Gemini parser. From testing it the responses don't appear faster anyway, so...

@Charlescad are you still experiencing this error?

> Perhaps a configuration setting could be added to enable it. This is planned. Every major backend (OpenAI, Anthropic, Gemini) now supports web search, code execution and other built-in tools,...

>> So exposing a uniform interface to built-in LLM tools needs to be done carefully. > > @karthink are you or anyone else working on this? It's easy to bulldoze...

If I understand correctly, you're looking for the option `gptel-context-wrap-function`. See its documentation for details, and let me know what you think. I'll leave this issue open for now since...

`gptel-context-wrap-function` has been made obsolete in an upcoming change. In its place is `gptel-context-string-function`, which takes the list of contexts and produces a string with their contents. You can format...

1. Turn on logging: `(setq gptel-log-level 'info)` 2. Use gptel. 3. When this error occurs, provide the latest response as it appears in the buffer and the corresponding contents of...

Thanks for the information, I'll take a look at it.

@alexispurslane Should be fixed, and all my conversion tests pass, but it's possible I broke some other case. Please update and test.

@algal The converter is working correctly in these examples, as you point out. You can move the cursor to any point inside the nested markup text and run `(org-element-context)`, you'll...