Compare commits

...

2 commits

Author SHA1 Message Date
b9e614d03c new default models in gh copilot 2025-05-11 21:50:51 -04:00
a74e87bfce adding new projects 2025-05-11 21:50:44 -04:00
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@ ssh_key_path = "$HOME/.ssh/id_ecdsa"
origin.base_addr = "ssh://git@git.thermokar.st/thermokarst" origin.base_addr = "ssh://git@git.thermokar.st/thermokarst"
origin.name = "pingo" origin.name = "pingo"
repos = [ repos = [
"copilot-proxy",
"devlog", "devlog",
"dsort", "dsort",
"gitolite-admin", "gitolite-admin",
@ -15,6 +16,7 @@ repos = [
"mini-lsm", "mini-lsm",
"pingo", "pingo",
"talent-plan", "talent-plan",
"trmnl-report",
] ]
remotes = [] remotes = []

View file

@ -25,4 +25,8 @@
- model_id: proxy-gpt-4o - model_id: proxy-gpt-4o
model_name: 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" api_base: "http://localhost:8080"