Fun with hugging face 🤗 inference API and F# We will run some inference algorithms against public LLMs that are easily accessible on the hugging face LLM repository. Pick your model, check licensing and documentation, and then after installing dotnet (and F#). Now you are ready to go! brew install dotnet
dotnet --version
dotnet fsi
>#quit;;
dotnet fsi ./your-script-name.fsx And here is the result! Clearly, Italy is not the much beloved food country I thought it would be, AI always knows better, lol