openai-cookbook
openai-cookbook copied to clipboard
Examples and guides for using the OpenAI API
PROJETO LILITI STK I.A 3.6.9 FASE 5 ### 1. **Arquitetura de Alto Nível** A arquitetura da plataforma pode ser dividida nas seguintes camadas: - **Frontend:** Interface do usuário. - **Backend:**...
The code in the problem example: **examples/Fine_tuning_for_function_calling.ipynb** runs into an error while using the prompt. It shows the following error: ``` --------------------------------------------------------------------------- BadRequestError Traceback (most recent call last) [](https://piu8dppdgn8-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab_20240606-060106_RC00_640854796#) in...
PROJETO LILITI STK I.A 3.6.9 FASE 5 ### **Especificações do Projeto QuantumMind 5.0** 1. **Nome do Projeto**: QuantumMind 5.0 2. **Objetivo**: Desenvolver um sistema de inteligência artificial avançado que permita...
## Summary Briefly describe the changes and the goal of this PR. Make sure the PR title summarizes the changes effectively. ## Motivation Why are these changes necessary? How do...
## Summary This fixes the model name to properly match the tutorial. ## Motivation Fixing an error. --- ## For new content When contributing new content, read through our [contribution...
Dealing with JSON responses from OpenAI, I've noticed occasional issues like missing brackets, extraneous words such as json, backticks, and improper use of quotes. These aren't common but can be...
**Identify the file to be fixed** openai-cookbook/blob/main/examples/gpt4o/introduction_to_gpt4o.ipynb **Describe the problem** In the cookbook, it is stated that the new 4o mini that the model is able to accept inputs of...
## Summary Briefly describe the changes and the goal of this PR. Make sure the PR title summarizes the changes effectively. ## Motivation Why are these changes necessary? How do...
I encountered two problems when using gpt-4o-2024-05-13: 1.When I use 4o to organize the document content and output, when the document content is greater than 1200token, it will not respond...
Hello, https://github.com/openai/openai-cookbook/blob/main/examples/gpt4o/introduction_to_gpt4o.ipynb I appreciate how you didn’t edit or cherry-pick the results from Example 2. Because that’s what we see in the wild. What are some approaches to prevent or...