Module: OmniAI::Llama::Chat::UsageSerializer::Metric
- Defined in:
- lib/omniai/llama/chat/usage_serializer.rb
Constant Summary collapse
- NUM_PROMPT_TOKENS =
"num_prompt_tokens"
- NUM_COMPLETION_TOKENS =
"num_completion_tokens"
- NUM_TOTAL_TOKENS =
"num_total_tokens"