Skip to content
Snippets Groups Projects
Unverified Commit 2562244f authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

feat: add gpt4o-mini (#1057)

parent a2691ee1
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
feat: add gpt4o-mini
......@@ -106,6 +106,8 @@ export const GPT4_MODELS = {
"gpt-4-vision-preview": { contextWindow: 128000 },
"gpt-4o": { contextWindow: 128000 },
"gpt-4o-2024-05-13": { contextWindow: 128000 },
"gpt-4o-mini": { contextWindow: 128000 },
"gpt-4o-mini-2024-07-18": { contextWindow: 128000 },
};
// NOTE we don't currently support gpt-3.5-turbo-instruct and don't plan to in the near future
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment