Skip to content

Commit aa7eff6

Browse files
committed
add gpt-40-mini for tiktoken models
1 parent 6e02028 commit aa7eff6

File tree

1 file changed

+1
-0
lines changed
  • src/langtrace_python_sdk/constants/instrumentation

1 file changed

+1
-0
lines changed

src/langtrace_python_sdk/constants/instrumentation/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"gpt-4-1106-preview": "cl100k_base",
66
"gpt-4-1106-vision-preview": "cl100k_base",
77
"gpt-4o": "0200k_base",
8+
"gpt-4o-mini": "0200k_base",
89
}
910

1011
SERVICE_PROVIDERS = {

0 commit comments

Comments
 (0)