After announcing Phi-4 last month, it is now also available on Ollama to use locally. Phi-4 is a "small" language model that performs at the same level or even better than some of the larger language models. The latest incarnation in Microsoft's Phi series, took a big step forward in tasks requiring complex reasoning and problem solving, making it a good candidate to use in a (multi-)agent solution. One area where the model is particularly good is in math.It outperformed larger models in the November 2024 AMC competitions, proving its real-world application potential. Time to download the model through Ollama and give it a try: ollama pull phi4 More information microsoft/phi-4 Ollama microsoft/phi-4 · Hugging Face microsoft/phi-4 Azure AI Foundry Introducing Phi-4: Microsoft’s Newest Small Language Model Specializing in Complex Reasoning | Microsoft Community Hub
Good news if you are using Github Copilot Free or Pro! You can now ask Github Copilot to search the web. This feature was already available for Github Business or Enterprise users but now it is in preview for everyone. To start using this feature, you first need to enable it in your Copilot settings: Before if you asked a question about data the model was not trained on, you get a response like this: If we now ask a question in Copilot Chat where the trained model has no information about, it can search on the web. Therefore include @github in your query. Github Copilot will select an appropriate skill to help answering the question: If the web search is not triggered automatically, you can explicitly trigger it by adding @github #web at the start of your query. Nice! More information Web search in GitHub Copilot Chat now available for Copilot Individual - GitHub Changelog GitHub Copilot · Your AI pair programmer Managing Copilot policies as an indiv...