# serializer version: 1
# name: TestAnthropicStandard.test_serdes[serialized]
  dict({
    'id': list([
      'langchain',
      'chat_models',
      'anthropic',
      'ChatAnthropic',
    ]),
    'kwargs': dict({
      'anthropic_api_key': dict({
        'id': list([
          'ANTHROPIC_API_KEY',
        ]),
        'lc': 1,
        'type': 'secret',
      }),
      'anthropic_api_url': 'https://api.anthropic.com',
      'default_request_timeout': 60.0,
      'max_retries': 2,
      'max_tokens': 100,
      'model': 'claude-3-haiku-20240307',
      'stop_sequences': list([
      ]),
      'stream_usage': True,
      'temperature': 0.0,
    }),
    'lc': 1,
    'name': 'ChatAnthropic',
    'type': 'constructor',
  })
# ---
