Compare commits

...

2 commits

Author SHA1 Message Date
58c9596a9d custom copilot proxy 2025-05-05 10:51:18 -04:00
4600238fed adding go linter 2025-05-05 10:51:00 -04:00
2 changed files with 5 additions and 0 deletions

View file

@ -22,3 +22,7 @@
model_name: o4-mini
api_base: "http://localhost:3000/v1"
api_key_name: crsr
- model_id: proxy-gpt-4o
model_name: gpt-4o
api_base: "http://localhost:8080"

View file

@ -18,6 +18,7 @@ brew install \
git-delta \
glow \
go \
golangci-lint \
helix \
inlyne \
jj \