User Portlet User Portlet

Guido Wolf Reichert
Discussions
Thanks. I replied in GitHub.
Mathematica 13.3 under macOS Ventrua 13.4.1 on Mac Studio, M1 Max, 64GB RAM: ![benchmark][1] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Benchmark_Mma13.3_M1Max_Ventura13.4.1.png&userId=50264
Something like this. callOpenAIStreaming[ messages_List, model_String : $OpenAIModel] := Module[{requestBody, response, retryCount = 0, responseData}, With[{ endpoint = "https://api.openai.com/v1/chat/completions" ...
A helpful guide indeed, thanks! How did you go about developing and running unit tests for your paclet code? For example, is it possible to use Wolfram Workbench Plugin for Eclipse to write Mathematica's [Testing Framework][1] paclet tests? Or is...
The short cut has been changed in the meanwhile to ctrl + * I have a German keyboard and Version 13.2 running.
While this thread is old, it appears to be still relevant. First of all, one may note that `DESlib` has not been abandoned as there is `DESlib2`, which has been developed and tested using Dymola 2021 according to the developers (V. Sanz and A....
Hi Connor, I currently use Dropbox as a PacletServer and (after switching from Windows to macOS) I have written the following little script for deployment of Paclets (I call it from `.zsh` where in `.zshrc` I defined a simple alias so that I can...
Try using the [official version](https://github.com/WolframResearch/vscode-wolfram) from Wolfram Research.
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/fadb2bc7-1d3e-4319-8e70-b748db6f4090
... and we just solved it for my case: Emoji images screw up markdown. Thanks for helping out!