4P by xguru 2022-11-29 | favorite | 댓글 1개
  • 기존 InstructGPT 모델을 기반으로 구축
    • 프롬프트 지시에 따라 글을 생성하는 모델 : "달 착륙을 6세 이하에게 몇 문장으로 설명하시오"
  • 002에 비해서 003은 다음이 개선 됨
    • 더 높은 품질의 글을 생성
    • 더 복잡한 명령을 처리 가능
    • 더 긴 형식의 콘텐츠 생성이 가능해서 예전에는 어려웠던 작업이 수행가능해짐
  • 오늘부터 바로 사용가능하며, 기존의 가격과 동일 ($0.0200 / 1k 토큰)

Open AI에서 온 메일에 들어 있는 예제는 다음과 같습니다.

"I am trying to write a web application. What backend frameworks could I use, and what are their pros and cons?" 라고 물었을 때

text-davinci-002 :

There are many backend frameworks that could be used for a web application. Some popular ones include Django, Ruby on Rails, and Express.js. Each of these frameworks has its own pros and cons, so it is important to choose one that will fit the specific needs of your application.

text-davinci-003 :

  1. Node.js: Node.js is a JavaScript-based runtime environment that is popular for writing backend applications. Pros: Node.js is fast, lightweight, and easy to learn, and it has a large community of developers. Cons: Node.js can be difficult to debug and there is a lack of robust tools for building large-scale applications.

  2. Django: Django is a popular Python-based web framework. Pros: Django is powerful and well-documented, making it easy to get started. It also supports a wide range of databases and APIs, allowing you to easily integrate with other services. Cons: Django can be difficult to scale for large applications and can be slow for certain types of requests.

  3. Ruby on Rails: Ruby on Rails is a popular web framework based on the Ruby programming language. Pros: Ruby on Rails is easy to learn and can be used to quickly build powerful web applications. It also has a wide range of built-in features, such as authentication and authorization. Cons: Ruby on Rails can be slow and resource-intensive, and it can be difficult to scale.