Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hun-ca opened this issue Dec 14, 2024 · 0 comments · May be fixed by #455
Open

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

hun-ca opened this issue Dec 14, 2024 · 0 comments · May be fixed by #455
Assignees
Labels
feature 새로운 기능을 만들 때 사용됩니다

Comments

@hun-ca
Copy link
Member

hun-ca commented Dec 14, 2024

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?"
    }
  ]
}
@hun-ca hun-ca added the feature 새로운 기능을 만들 때 사용됩니다 label Dec 14, 2024
@hun-ca hun-ca self-assigned this Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능을 만들 때 사용됩니다
Projects
None yet
1 participant