A Prolog library for interfacing with LLMs
Summary
A Prolog library called pllm provides a minimal interface (llm/2) to OpenAI-compatible LLM endpoints from SWI-Prolog. The README explains installation, configuration, usage, supported providers (OpenAI and Ollama), and a feature called reverse prompts. This makes it a practical example of integrating LLMs via an HTTP API from a Prolog environment.