Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in openai-api

Logging in the Open AI python library

openai-api

OpenAI API: How do I enable JSON mode using the gpt-4-vision-preview model?

python openai-api gpt-4

Why am I getting "model_not_found" error when using OpenAI's o3-mini model? [closed]

LangChainDeprecationWarning: Importing document loaders from langchain is deprecated. Importing from langchain will no longer be supported as of lang

Langchain OpenAI invoke - unexpected keyword argument "functions"

How can I troubleshoot an empty AuthenticationError when using the OpenAI API in Python?

python openai-api

Unable to send OpenAI stream response via Flask API

flask openai-api langchain

What is the use case of System role

openai-api chatgpt-api

Langchain's AzureOpenAI error: Resource not found

azure openai-api langchain

OpenAi api 429 rate limit error without reaching rate limit

openai-api gpt-3

OpenAI Chat Completions API: How do I customize answers from GPT-3.5 or GPT-4 models if I can't fine-tune them?

How to see the Embedding of the documents with Chroma (or any other DB) saved in Lang Chain?

OpenAI API error: "The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY env variable"

Langchain OpenAI ImportError: cannot import name 'Iterator' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py)

ImportError: cannot import name 'Ollama' from 'llama_index.llms' (unknown location)

How do I make sure answers are from a customized (fine-tuning) dataset?