openai-cookbook
openai-cookbook copied to clipboard
Examples and guides for using the OpenAI API
programatically -> programmatically
Describe the bug I followed the instructions from https://github.com/openai/openai-cookbook/blob/main/examples/How_to_format_inputs_to_ChatGPT_models.ipynb but got an error: openai.error.InvalidRequestError: Must provide an 'engine' or 'deployment_id' parameter to create a To Reproduce using a Azure openai...
When you start the "File Q&A" app (https://github.com/openai/openai-cookbook/tree/main/apps/file-q-and-a/nextjs) in the file upload screen it says: You can upload 30MB per file and unto 75 file. (see attached)  is a lightweight, developer-friendly embeddings store which aims to get A.I application developers up and running...
When I fine-tuning with commend `openai api fine_tunes.create -t 'train.jsonl' -v 'valid.jsonl' -m ada`  Why? My train file is too big? If so, What is the upper limit?
https://github.com/openai/openai-cookbook/issues/260#issuecomment-1478510193 gpt-4 works fine for me in the playground.