openai接口设置安全

safety_settings: 
  - 
    category: HARM_CATEGORY_HARASSMENT
    threshold: BLOCK_NONE
  - 
    category: HARM_CATEGORY_HATE_SPEECH
    threshold: BLOCK_NONE
  - 
    category: HARM_CATEGORY_SEXUALLY_EXPLICIT
    threshold: BLOCK_NONE
  - 
    category: HARM_CATEGORY_DANGEROUS_CONTENT
    threshold: BLOCK_NONE
  - 
    category: HARM_CATEGORY_CIVIC_INTEGRITY
    threshold: BLOCK_NONE