Add GPT-5-Codex support (#37)

This commit is contained in:
Maciej Wilczyński
2025-09-16 14:58:41 +02:00
committed by GitHub
parent 2f23cd5a89
commit 77d60fe321
10 changed files with 189 additions and 45 deletions

1
gui.py
View File

@@ -481,4 +481,3 @@ def main() -> None:
if __name__ == "__main__":
main()