gpt-3.5-turbo
POST {{baseUrl}}/chat/completions
Request Body
{"model"=>"gpt-3.5-turbo", "messages"=>[{"role"=>"user", "content"=>"Who won the world series in 2020?"}, {"role"=>"assistant", "content"=>"The Los Angeles Dodgers won the World Series in 2020."}, {"role"=>"user", "content"=>"Where was it played?"}], "temperature"=>1, "top_p"=>1, "n"=>1, "stream"=>false, "max_tokens"=>250, "presence_penalty"=>0, "frequency_penalty"=>0}
RESPONSES
status: OK
{"id":"chatcmpl-6wJZ9Ebt8puAO4zW3zUpgFwS8BfJB","object":"chat.completion","created":1679356255,"model":"gpt-3.5-turbo-0301","usage":{"prompt_tokens":45,"completion_tokens":19,"total_tokens":64},"choices":[{"message":{"role":"assistant","content":"The 2020 World Series was played in Arlington, Texas, at Globe Life Field."},"finish_reason":"stop","index":0}]}