Michael Struwig

Results 7 issues of Michael Struwig

**Describe the bug** Exporting to CSV from the "news" GUI exports an incorrectly formatted CSV file. Exporting directly from the terminal using the `--export csv` flag **does** however export the...

### What happened? I attempted to use `litellm` to call Perplexity's endpoint (lightly modified from the [Perplexity docs page](https://docs.litellm.ai/docs/providers/perplexity)): ```python from litellm import completion response = completion( model="perplexity/mistral-7b-instruct", messages=messages )...

bug

### What happened? When using tools and `stream="True"`, the `type` of the function call is set to `None`, when it should be set to `"function"` to conform with the official...

bug

### What happened? There seems to be a difference in how tool calls are parsed from XML (in the case of Anthropic / Claude 3 models) when compared with the...

bug

This addresses the following issues, which deal with inconsistent function call arguments being returned as a result of a slight oversight in the XML parsing of said arguments: https://github.com/BerriAI/litellm/issues/2639 https://github.com/jackmpcollins/magentic/issues/151...

## Purpose _Describe the problem or feature in addition to a link to the issues._ ## Approach _How does this change address the problem?_ ## Tests for New Behavior _What...

"Meta" PR that will hold the various changes for porting to OpenBB Platform's "LLM-mode" and to `magentic`.