jeffg

Results 6 comments of jeffg

Or maybe use https://pypi.org/project/SpeechRecognition to provide a consistent interface to several engine options, offline and online?

I took a slightly different approach, adding a "dailies due" command that behaves like the Habitica GUI with Dailies "Due" filter clicked. It shows only incomplete, due dailies.

Here's an idea, based on the above conversation. The person configuring and running Vester probably needs to know about available, unreferenced tests, but like @michaeltlombardi says the person reading the...

Something like: ``` Invoke-Vester -Config ./$vesterConfigFile -XMLOutputFile "./results-123.xml" ``` See context here - https://github.com/jeffgreenca/auto-vester-example/blob/master/scripts/run-vester.ps1

Imagine an interactive tool that walks you through the normal test writing workflow, which for me is: * Run adhoc cmdlets until I know how to manage the setting I...

To summarize: when we specify `ollama_chat/` or `ollama/`, the messages content JSON is not understood by the Ollama REST API. A workaround is to use the OpenAI mode and point...