enhancement: Add new GPT4-o and alias to completion enums (#744)

This commit is contained in:
Kevin Mesiab
2024-05-13 11:48:14 -07:00
committed by GitHub
parent 6af32202d1
commit 3b25e09da9

View File

@@ -22,6 +22,8 @@ const (
GPT432K = "gpt-4-32k"
GPT40613 = "gpt-4-0613"
GPT40314 = "gpt-4-0314"
GPT4o = "gpt-4o"
GPT4o20240513 = "gpt-4o-2024-05-13"
GPT4Turbo = "gpt-4-turbo"
GPT4Turbo20240409 = "gpt-4-turbo-2024-04-09"
GPT4Turbo0125 = "gpt-4-0125-preview"