AIModelParameters$json top-level constant

  1. @Deprecated('Use aIModelParametersDescriptor instead')
Map<String, Object> const AIModelParameters$json

Implementation

@$core.Deprecated('Use aIModelParametersDescriptor instead')
const AIModelParameters$json = {
  '1': 'AIModelParameters',
  '2': [
    {
      '1': 'temperature',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'temperature'
    },
    {
      '1': 'max_tokens',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIntegerValue',
      '10': 'maxTokens'
    },
    {
      '1': 'top_p',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'topP'
    },
  ],
};