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.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 = []
|
||||||
|
|
||||||
|
|
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue