• 方海彤's avatar
    feat: display actual model names from API responses · 470113cc
    方海彤 authored
    Updates `call_llm` to return both the content and the actual model name returned by the API. This ensures that the review summary and notifications display the real model used (e.g., "codex" when using a local proxy) rather than static configuration values. Updated `main.py` to propagate and display these dynamic model names in the final report.
    470113cc
Name
Last commit
Last update
..
__init__.py Loading commit data...
__main__.py Loading commit data...
config.py Loading commit data...
git.py Loading commit data...
llm.py Loading commit data...
main.py Loading commit data...
notify.py Loading commit data...
triage.py Loading commit data...