Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 844 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 844 Bytes

OpenAI-API-Chat Completion

Chat models take a series of messages as input, and return a model-generated message as output.

Created a Blazor application that makes API calls to OpenAI Chat API using gpt3.5-turbo (Max_Tokens:1000). You can do things like answer questions(ex.How to make chocolate chip cookies), translate languages, create conversation agents, etc.

Stack

  • Blazor Server
  • Net Core 7
  • OpenAI API
  • GPT-3 (Generative Pre-trained Transformer 3)
  • Model: Davinci
  • OpenAI .Net wrapper library nuget pkg v1.6.0

#Example ChatPrompt ChatPrompt