Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in openai-api

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?

OpenAI API, ChatCompletion and Completion give totally different answers with same parameters. Why?

How to use the Python openai client with both Azure and OpenAI at the same time?

How can I upload an image as context with a prompt to GPT4's api?

How to keep conversation context of multiple users separate for LLM chatbot coded in Python-Flask

RetryError[<Future at 0x23f38d59150 state=finished raised APIRemovedInV1>]