OpenAIConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use openAIConfigDescriptor instead')
const OpenAIConfig$json = {
  '1': 'OpenAIConfig',
  '2': [
    {'1': 'base_url', '3': 1, '4': 1, '5': 9, '10': 'baseUrl'},
    {'1': 'api_key', '3': 2, '4': 1, '5': 9, '10': 'apiKey'},
    {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
    {'1': 'organization', '3': 4, '4': 1, '5': 9, '10': 'organization'},
    {'1': 'project', '3': 5, '4': 1, '5': 9, '10': 'project'},
    {
      '1': 'headers',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.OpenAIConfig.HeadersEntry',
      '10': 'headers'
    },
    {
      '1': 'compatibility',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.Compatibility',
      '10': 'compatibility'
    },
  ],
  '3': [OpenAIConfig_HeadersEntry$json],
};