Ingrid Stevens
Ingrid Stevens
Refers to Issue 68: https://github.com/joaomdmoura/crewAI-examples/issues/68 adds expected_output to the task definition
When I run https://github.com/joaomdmoura/crewAI-examples/blob/main/azure_model/main.py I get an error on the research_task definition. However when I add `expected_output='blah blah'` to the code the error goes away. I propose to add this...
Related to Issue: Add Model Information to ChatInterface label in private_gpt/ui/ui.py [#1647](https://github.com/imartinez/privateGPT/issues/1647) Introduces a new function `get_model_label` that dynamically determines the model label based on the PGPT_PROFILES environment variable. The...
During my exploration of Ollama, I often wished I could see which model was currently running, as I was testing out a couple of different models. Currently, the UI lacks...