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 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 \