Skip to content

Commit 110d1f0

Browse files
feat(api): add chatgpt-4o-latest model (#24)
1 parent 9716c05 commit 110d1f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 68
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-8ff62fa1091460d68fbd36d72c17d91b709917bebf2983c9c4de5784bc384a2e.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-8e569a23f15a599dd4aee8a53431962bcba4985ab6cfb66c53c1434b99026b37.yml

chat.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const (
3333
ChatModelGPT4o ChatModel = "gpt-4o"
3434
ChatModelGPT4o2024_05_13 ChatModel = "gpt-4o-2024-05-13"
3535
ChatModelGPT4o2024_08_06 ChatModel = "gpt-4o-2024-08-06"
36+
ChatModelChatgpt4oLatest ChatModel = "chatgpt-4o-latest"
3637
ChatModelGPT4oMini ChatModel = "gpt-4o-mini"
3738
ChatModelGPT4oMini2024_07_18 ChatModel = "gpt-4o-mini-2024-07-18"
3839
ChatModelGPT4Turbo ChatModel = "gpt-4-turbo"

0 commit comments

Comments
 (0)