Compare commits
2 commits
58c9596a9d
...
b9e614d03c
Author | SHA1 | Date | |
---|---|---|---|
b9e614d03c | |||
a74e87bfce |
2 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,7 @@ ssh_key_path = "$HOME/.ssh/id_ecdsa"
|
|||
origin.base_addr = "ssh://git@git.thermokar.st/thermokarst"
|
||||
origin.name = "pingo"
|
||||
repos = [
|
||||
"copilot-proxy",
|
||||
"devlog",
|
||||
"dsort",
|
||||
"gitolite-admin",
|
||||
|
@ -15,6 +16,7 @@ repos = [
|
|||
"mini-lsm",
|
||||
"pingo",
|
||||
"talent-plan",
|
||||
"trmnl-report",
|
||||
]
|
||||
remotes = []
|
||||
|
||||
|
|
|
@ -26,3 +26,7 @@
|
|||
- model_id: proxy-gpt-4o
|
||||
model_name: gpt-4o
|
||||
api_base: "http://localhost:8080"
|
||||
|
||||
- model_id: proxy-gpt-4.1
|
||||
model_name: gpt-4.1
|
||||
api_base: "http://localhost:8080"
|
Loading…
Add table
Add a link
Reference in a new issue