# Functions
ConstrictMessages returns the messages that fit within the token limit.
ConstrictPrompt returns the prompt that fits within the token limit.
GetTokenLimits returns the maximum number of tokens for the given model.
NewOpenAIClient returns an OpenAI client.
NumTokensFromMessages returns the number of tokens in the given messages.
# Structs
No description provided by the author