diff --git a/helpers/providers/openai.ts b/helpers/providers/openai.ts
index c02fee36cdbb0afa5e90ad26d7bdf28894f45e6b..667c14bed29dbd77e74cdacbd8b7211f66b4e323 100644
--- a/helpers/providers/openai.ts
+++ b/helpers/providers/openai.ts
@@ -8,7 +8,7 @@ import { questionHandlers } from "../../questions";
 
 const OPENAI_API_URL = "https://api.openai.com/v1";
 
-const DEFAULT_MODEL = "gpt-4-turbo";
+const DEFAULT_MODEL = "gpt-3.5-turbo";
 const DEFAULT_EMBEDDING_MODEL = "text-embedding-3-large";
 
 export async function askOpenAIQuestions({