openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

Examples and guides for using the OpenAI API

Results 581 openai-cookbook issues
Sort by recently updated
recently updated
newest added
trafficstars

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) ![Screenshot 2023-03-19 at...

https://github.com/pytorch/pytorch/blob/2a595acfa80b9d70a75977b6d85d154b47502abd/test/inductor/test_torchinductor.py

Included the Zilliz vector database, Milvus bugfixes, and more notebooks. Also this merge aims to clear the notebook outputs of the shared notebook. Every pull is deleting other peoples outputs...

I deployed locally. What changes do I need to make to successfully deploy on Vercel? I tried simply running `vercel` in the root directory but the deployed URL shows a...

Examples of different Named entity recognition(NER) scenarios 1) Without any training data 2) With Custom Tags/Entities 3) With One shot Example 4) With a few shot Examples 5) With some...

This PR adds Chroma to the vector database examples in the OpenAI cookbook. [Chroma](docs.trychroma.com) 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` ![image](https://user-images.githubusercontent.com/21272170/226779091-5d24d00d-3227-408e-8592-1d91951c25ff.png) 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.