petershutt
Results
1
comments of
petershutt
I got this to work with Ollama. Make sure you have the latest version: https://ollama.com/blog/openai-compatibility ``` require("chatgpt").setup({ api_host_cmd = 'echo http://127.0.0.1:11434', openai_params = { model = "mistral", frequency_penalty = 0,...