mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
4 lines
110 B
Python
4 lines
110 B
Python
import tiktoken
|
|
|
|
for model in tiktoken.model.MODEL_TO_ENCODING.keys():
|
|
tiktoken.encoding_for_model(model)
|