litellm-mirror/litellm/tests/test_get_model_cost_map.py
2023-09-04 11:53:20 -07:00

10 lines
No EOL
218 B
Python

import sys, os
import traceback
sys.path.insert(
0, os.path.abspath("../..")
) # Adds the parent directory to the system path
import time
from litellm import get_max_tokens
print(get_max_tokens("gpt-3.5-turbo"))