This is very convenient and nice! But I could not get it to work with the best small models available for Ollama for programming, like https://ollama.com/MFDoom/deepseek-coder-v2-tool-calling for example.
Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs
11–20 of 42 posts
Re: Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs
#12This is very convenient and nice! But I could not get it to work with the best small models available for Ollama for programming, like https://ollama.com/MFDoom/deepseek-coder-v2-tool-calling for example.
Was the model too big to run locally?
That’s one of the reasons I went with phi-4-mini - surprisingly high quality for its size and speed. It handled multi-step reasoning, math, structured data extraction, and code pretty well, all on modest hardware. Phi-1.5 / Phi-2 (quantized versions) also run on raspberry pi as others have demonstrated.
Re: Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs
#13This is very convenient and nice! But I could not get it to work with the best small models available for Ollama for programming, like https://ollama.com/MFDoom/deepseek-coder-v2-tool-calling for example.
That's a really old model now. Even the old Qwen 2.5 coder 32b model is better than DSv2
Re: Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs
#14Without any changes, you can already use Codex with a remote or local API by setting base URL and key environment variables.
Re: Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs
#15Re: Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs
#16Re: Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs
#17Re: Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs
#18Re: Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs
#19Without any changes, you can already use Codex with a remote or local API by setting base URL and key environment variables.
i think this was made before that PR was merged into codex.
Re: Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs
#20So this isn't really codex then?