4 ポイント 投稿者 xguru 2022-11-29 | 1件のコメント | WhatsAppで共有
  • 既存の InstructGPT モデルをベースに構築
    • プロンプトの指示に従って文章を生成するモデル: 「月面着陸を6歳以下向けに数文で説明しなさい」
  • 002 と比べて 003 では以下が改善
    • より高品質な文章を生成
    • より複雑な命令を処理可能
    • より長い形式のコンテンツ生成が可能になり、以前は難しかった作業を実行可能に
  • 本日からすぐに利用可能で、価格は従来と同じ ($0.0200 / 1k トークン)

1件のコメント

 
xguru 2022-11-29

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.