Using gpt-oss:20b with pgAssistant
Following the release of OpenAI’s open-source model gpt-oss, I set out to benchmark its performance in conjunction with PostgreSQL, focusing specifically on integration with pgAssistant. All evaluations were conducted locally on a MacBook Pro M4 Pro (24 GB RAM), using Ollama as the model runtime environment. gpt-oss installation To install this new model, first download the latest version of ollama, then run this : ollama pull gpt-oss:20b Ollama should now serve the API at: http://localhost:11434 ...