Compare commits
4 Commits
codex/herm
...
gemini/iss
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca936f8489 | ||
|
|
8f10b5fc92 | ||
| fbd1b9e88f | |||
| 579a775a0a |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
__pycache__/
|
||||
.aider*
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
model:
|
||||
default: auto
|
||||
provider: custom
|
||||
default: gpt-5.4
|
||||
provider: openai-codex
|
||||
context_length: 65536
|
||||
base_url: http://localhost:8081/v1
|
||||
base_url: https://chatgpt.com/backend-api/codex
|
||||
toolsets:
|
||||
- all
|
||||
agent:
|
||||
|
||||
Reference in New Issue
Block a user