From b9e614d03c3268b261eaee4714be909a0d38da98 Mon Sep 17 00:00:00 2001
From: Matthew Ryan Dillon <matthew@akdillon.net>
Date: Sat, 10 May 2025 15:06:30 -0400
Subject: [PATCH] new default models in gh copilot

---
 .../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 929c8dc..901f3b7 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	
@@ -25,4 +25,8 @@
 
 - model_id: proxy-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"
\ No newline at end of file