英文: Is there a way to reduce the number of tokens sent to chatgpt (as context)? 问题 我使用ChatGPT的API讨论书...
如何将LangChain Vector Store以及整个文档传递给OpenAI?
英文: How to pass LangChain Vector Store plus entire documents to OpenAI? 问题 这段代码从langchain文档中几乎完全复制而来...
如何通过Langchain获得更详细的结果来源。
英文: How to get more detailed results sources with Langchain 问题 我正在尝试使用Langchain创建一个简单的“带来源的问答”,并使用特定...
map_reduce not working as expected using langchain
英文: map_reduce not working as expected using langchain 问题 我尝试使用langchain和chatgpt提取关于CSV文件的信息。 如果我只取一...
生成思维导图从ChatGPT讨论通过ChatGPT API。
英文: how to generate mindmap from Chatgpt discussion through ChatGPT Api 问题 我有一个想法,可以创建一个应用程序,通过ChatG...
VS Code:在运行函数后,Azure工作区文件夹不会显示。
英文: VS Code: Azure workspace folders do not appear after I run a function 问题 在Windows 10的VS Code中,使用...
OpenAI API:如何在NodeJS中从text-davinci-003迁移到gpt-3.5-turbo?
英文: OpenAI API: How do I migrate from text-davinci-003 to gpt-3.5-turbo in NodeJS? 问题 如何从text-davinc...
如何使用Langchain创建一个多用户聊天机器人
英文: How to create a multi-user chatbot with langchain 问题 希望你一切都好。我已经根据以下的 Langchain 文档准备了一个基于聊天机器人: ...
OpenAI API error: Why do I still get the "module 'openai' has no attribute 'ChatCompletion'" error after I upgraded the OpenAI package and Python?
英文: OpenAI API error: Why do I still get the "module 'openai' has no attribute 'Cha...
在Ruby on Rails中使用ruby-openai API gem:如何实现流式对话?
英文: ruby-openai api gem in Ruby on Rails: how to implement a streaming conversation? 问题 OpenAI提供了一个A...
4