num_tokens_from_functions
Parameters:
Returns:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
num_tokens_from_functions(functions, model='gpt-3.5-turbo-0613') -> int
| Name | Description |
|---|---|
functions | (list): List of function descriptions that will be passed in model. |
model='gpt-3.5-turbo-0613' |
| Type | Description |
|---|---|
| int | int: Number of tokens from the function descriptions. |