Philipp Bauer
Philipp Bauer
Hi Wes! There's an incomplete sentence in the summary of the CustomMealPlanner Program. The last part of the sentence is confusing. ```csharp /// One of the downsides of this approach...
System.Drawing is only supported in Windows environments. This PR replaced the Color class from System.Drawing with a standalone implementation and removes the `System.Drawing` usings. The IDE formatted some code that...
*Issue #, if available:* *Description of changes:* Currently there's no way to define an `appClient` manually by passing the `UserPool(Client)` and `IdentityPool` in using values from a CF stack variable...
I've been trying to create a chatbot with the ChatSession class and IHistoryTransform implementation to use the correct template for the LLM I am testing LLamaSharp with. I ran into...