Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codingmoh/open-codex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codingmoh/open-codex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/ollama_api
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on May 3, 2025

  1. feat: Add Ollama integration and improve CLI usability and documentation

    - Added full support for Ollama via official Python client (`ollama>=0.4.8`)
    - New agent class `OllamaAgent` for local LLMs like LLaMA3 via Ollama
    - Refactored `AgentBuilder` to support multiple backends (phi, ollama)
    - Improved CLI with:
      - `--ollama` and `--model` flags
      - Host configuration via `--ollama-host`
      - Structured prompt help and error handling
    - Updated README with new usage examples, clearer feature list, and Ollama setup instructions
    - Renamed `phi_4_mini.py` → `phi_4_mini_agent.py` for consistency
    - Enhanced logging and feedback for model loading and errors
    - Improved UX: response formatting, keypress actions (copy/execute/abort) with better feedback
    codingmoh committed May 3, 2025
    Configuration menu
    Copy the full SHA
    d350304 View commit details
    Browse the repository at this point in the history
Loading