Skip to content

[V2] 뉴스 데이터 크롤링 및 크롤링 기반 포스팅 API 추가 #453

Description

@hun-ca

OpenAI API 스펙

POST /v1/chat/completions HTTP/1.1
Host: api.openai.com
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "gpt-3.5-turbo",
  "messages": [
    {
      "role": "system",
      "content": "You are a helpful assistant."
    },
    {
      "role": "user",
      "content": "Hello, how are you?"
    }
  ]
}

Metadata

Metadata

Assignees

Labels

feature새로운 기능을 만들 때 사용됩니다

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions