From 4600238fed93a49261f494d9744102fa4004a5c9 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Mon, 5 May 2025 10:50:52 -0400 Subject: [PATCH 1/2] adding go linter --- home/run_once_01install-packages.sh.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/home/run_once_01install-packages.sh.tmpl b/home/run_once_01install-packages.sh.tmpl index 347197c..9506940 100644 --- a/home/run_once_01install-packages.sh.tmpl +++ b/home/run_once_01install-packages.sh.tmpl @@ -18,6 +18,7 @@ brew install \ git-delta \ glow \ go \ + golangci-lint \ helix \ inlyne \ jj \ From 58c9596a9d9608c81e80ce449b2a57a654f86d3b Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Mon, 5 May 2025 10:50:52 -0400 Subject: [PATCH 2/2] custom copilot proxy --- .../io.datasette.llm/extra-openai-models.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/private_Library/private_Application Support/io.datasette.llm/extra-openai-models.yaml b/home/private_Library/private_Application Support/io.datasette.llm/extra-openai-models.yaml index 26bb613..929c8dc 100644 --- a/home/private_Library/private_Application Support/io.datasette.llm/extra-openai-models.yaml +++ b/home/private_Library/private_Application Support/io.datasette.llm/extra-openai-models.yaml @@ -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" \ No newline at end of file