Python Use Cases
This reference sheet maps common Python use cases to solutions.
…This reference sheet maps common Python use cases to solutions.
…The following class could come in handy if you want to values from the appsettings.json file present in ASP.NET Projects. It uses an indexer to access the values in the file.
…The other day I was playing around with the OpenAI completions API and encountered a situation where the context of the conversation was lost – in other words each call to a completion cause the LLM to “forget” what was previously said.
…I fired up Visual Studio yesterday to check out OpenAI to work on a little web app for my parenting website. Along the way I discovered the cool Betalgo .NET library which wraps the OpenAI APIs. I was able to get things up and running literally within minutes.
…Neural Magic has put together a fabulous “ChatGPT Cheat Sheet” covering NLP tasks, code generation, structured/unstructured output styles, media types, expert prompting, and more. If you use ChatGPT you’ll want to check it out.
The ChatGPT cheat sheet can be found here.
Since DALL-E, and the GPT family of large language models models burst on the scene, artificial intelligence applications have gone mainstream. As you probably know, you can use AI technologies in a variety of languages such as C#, Java, and even JavaScript through publically available APIs.
…Learn These 2 Tools for Deeper Artificial Intelligence SolutionsRead More »
I’ve always found it annoying that when I shutdown windows it takes down my VirtualBox guests in an ungraceful manner. Most times this ends up causing the guest to load very slowly the next time I use it, although on one occasion a guest image was actually corrupted.
…Auto-Shut Down VirtualBox Guest when Windows Host Shuts DownRead More »