英文: OpenAI gpt-3.5-turbo: Request failed with status code 400 问题 这个Node.js方法不再起作用吗?因为以前它运行正常,但现在不再起作...
I am using langchain to chat with my database I want json format as output which includes fieldname as key
英文: I am using langchain to chat with my database I want json format as output which includes fieldn...
OpenAI认证的问题
英文: Problems with OpenAI Authentification 问题 I've translated the non-code part of your text as you r...
如何从FastAPI将一个m4a文件发送到OpenAI进行转录。
英文: How to send an m4a file from FastAPI to OpenAI transcribe 问题 I'm trying to get an m4a file trans...
如何使用OpenAI的gpt-3.5-turbo API来防止幻觉?
英文: How to prevent hallucinations using OpenAI's gpt-3.5-turbo API? 问题 我正在尝试制作一个个人招聘助手工具,以帮助我自动回...
OpenAI GPT-3 API error: Why do I still get the "You exceeded your current quota" error even though I set up a paid account (subscribed)?
英文: OpenAI GPT-3 API error: Why do I still get the "You exceeded your current quota" error...
有没有办法减少发送给ChatGPT的令牌数量(作为上下文)?
英文: Is there a way to reduce the number of tokens sent to chatgpt (as context)? 问题 我使用ChatGPT的API讨论书...
无法将提示模板传递给语言链中的检索问答模块。
英文: unable to pass prompt template to RetrievalQA in langchain 问题 I am new to Langchain and followed...
从长文本(GPT回答)根据JSON模式提取JSON?
英文: extract json from a long text (gpt answer) according to a json-schema? 问题 目前我的解决方案是使用贪婪模式的正则表达式匹...
如何将LangChain Vector Store以及整个文档传递给OpenAI?
英文: How to pass LangChain Vector Store plus entire documents to OpenAI? 问题 这段代码从langchain文档中几乎完全复制而来...
12