Relative Content

Tag Archive for openai-api

OpenAI API either does not answer question or I cannot find where the response is given

Problem Summary I am trying to us OpenAI API to make a batch request to chatgtp 3.5 turbo using Google Colab. It seems to work fine but it only returns the prompt. It never answers the question with the 1000 max_new_token allowance. I am following the instructions on https://platform.openai.com/docs/guides/batch/getting-started The goal To get Chatgtp to […]