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

feat: support `gpt4-o` (#831)

parent 75736ad0
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
feat: support gpt4-o
...@@ -110,6 +110,9 @@ export const GPT4_MODELS = { ...@@ -110,6 +110,9 @@ export const GPT4_MODELS = {
"gpt-4-1106-preview": { contextWindow: 128000 }, "gpt-4-1106-preview": { contextWindow: 128000 },
"gpt-4-0125-preview": { contextWindow: 128000 }, "gpt-4-0125-preview": { contextWindow: 128000 },
"gpt-4-vision-preview": { contextWindow: 128000 }, "gpt-4-vision-preview": { contextWindow: 128000 },
// fixme: wait for openai documentation
"gpt-4o": { contextWindow: 128000 },
"gpt-4o-2024-05-13": { contextWindow: 128000 },
}; };
// NOTE we don't currently support gpt-3.5-turbo-instruct and don't plan to in the near future // 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.
Please register or to comment