openai api

营赢盈英1 个月前
ai·gpt-3·openai·openai api
OpenAI GPT-3 API: What is the difference between davinci and text-davinci-003?题意:OpenAI GPT-3 API:davinci 和 text-davinci-003 有什么区别
营赢盈英1 个月前
人工智能·chatgpt·gpt-3·php·openai api
OpenAI converting API code from GPT-3 to chatGPT-3.5题意:将OpenAI API代码从GPT-3转换为ChatGPT-3.5Below is my working code for the GPT-3 API. I am having trouble converting it to work with chatGPT-3.5.
营赢盈英2 个月前
人工智能·深度学习·ai·openai api
how can I train a OpenAI fine tuned model with more prompts题意:我如何使用更多提示来训练一个 OpenAI 微调模型?I fine-tuned OpenAI model with some prompts following this documentation it succeeded and created a new model in the playground. How I can retrain (fine-tune) that same model with new prompts?
营赢盈英2 个月前
ai·json·openai api·post·unitywebrequest·unitygameengine
Why is OpenAI image generation Api returning 400 bad request in Unity?题意:为什么 OpenAI 图像生成 API 在 Unity 中返回 400 Bad Request 错误?
营赢盈英2 个月前
ai·chatgpt·asp.net·azure·openai api
Azure OpenAI and token limit题意:Azure OpenAI 和令牌限制I want to use GPT model to analyze my data. Data is a suite of records (e.g. 1000 records) with 10 or even more properties. I want to say GPT (or other model):
营赢盈英2 个月前
langchain·azure·embeddings·openai api·rag
TypeError: expected string or buffer - Langchain, OpenAI Embeddings题意:类型错误:期望字符串或缓冲区 - Langchain,OpenAI EmbeddingsI am trying to create RAG using the product manuals in pdf which are splitted, indexed and stored in Chroma persisted on a disk. When I try the function that classifies the reviews using the documents context
营赢盈英2 个月前
android·ide·ai·android studio·openai api·chaquopy
Trying to install openai in chaquopy in android studio but getting build failed题意:“尝试在 Android Studio 的 Chaquopy 中安装 OpenAI,但构建失败。”
营赢盈英2 个月前
azure·openai api·web app·webapp·webapps·virtual network
Azure web app has no access to openai private endpoint in virtual network题意:"Azure Web 应用无法访问虚拟网络中的 OpenAI 私有端点。"I am trying to host a web application similar to a private ChatGPT instance within a secluded virtual network, ensuring that there's no external internet access.
营赢盈英2 个月前
ai·node.js·openai·openai api·response
How to handle the response OpenAI Text-To-Speech API in Node.js?题意:如何在 Node.js 中处理 OpenAI 文字转语音 API 的响应?Here's my code: 以下是我的代码:
营赢盈英2 个月前
ai·azure·service·openai api·cognitive
Why I‘m getting 404 Resource Not Found to my newly Azure OpenAI deployment?题意:为什么我新部署的Azure OpenAI服务会出现404资源未找到的错误?I've gone through this quickstart and I created my Azure OpenAI resource + created a model deployment which is in state succeedded. I also playaround it in Azure OpenAI Studio - Microsoft Azure and it works there.
营赢盈英2 个月前
spring·ai·angular·openai api·primeng
Fileupload - Endpoint and OpenAI Generation for the Service题意:文件上传 - 服务的端点和OpenAI生成My Endpoint is a RestConroller with a Post-Method looking like this:
营赢盈英2 个月前
python·langchain·flask·openai api·py-langchain
How can I change from OpenAI to ChatOpenAI in langchain and Flask?题意:“在 LangChain 和 Flask 中,如何将 OpenAI 更改为 ChatOpenAI?”
营赢盈英2 个月前
ai·openai api·gym·reinforcement·learning
Creating OpenAI Gym Environment from Map Data题意:从地图数据创建 OpenAI Gym 环境I am just starting out with reinforcement learning and trying to create a custom environment with OpenAI gym. However, I am stumped with trying to create an environment (with roads and intersections) from map data, say Google Maps.
营赢盈英2 个月前
javascript·ai·node.js·whisper·axios·openai api
OpenAI transcription API bad request题意:“OpenAI 转录 API 错误请求”I am trying to post a file to openAI to get transcription. But I constantly get 400 bad request error.
营赢盈英2 个月前
ai·npm·node.js·azure·openai api
Update Azure OpenAI npm Package to 2023-12-01-preview Version题意:将 Azure OpenAI npm 包更新到 2023-12-01-preview 版本I am currently using the azure-openai npm package in my project with version 2023-03-15-preview. As per the latest updates, version 2023-12-01-preview is available and brings several improvements, including
营赢盈英2 个月前
ai·azure·openai api·chatgpt api·azure openai
Openai api via azure error: NotFoundError: 404 Resource not found题意:"OpenAI API通过Azure出错:NotFoundError: 404 找不到资源"thanks to the university account my team and I were able to get openai credits through microsoft azure. The problem is that now, trying to use the openai library for javascript, rightly specifying the key a
营赢盈英2 个月前
python·ai·gpt-3·openai api
OpenAI GPT3 Search API not working locally题意:"OpenAI GPT-3 搜索 API 在本地无法工作"I am using the python client for GPT 3 search model on my own Jsonlines files. When I run the code on Google Colab Notebook for test purposes, it works fine and returns the search responses. But when I run the code on my lo
营赢盈英2 个月前
python·ai·whisper·fastapi·openai api
OpenAI Whisper API (InvalidRequestError)题意: OpenAI Whisper API(无效请求错误)I'm trying to use OpenAI Whisper API to transcribe my audio files. When I run it by opening my local audio files from disk, it worked perfectly. Now I'm developing a FastAPI endpoint to receive an audio file from the client a
营赢盈英2 个月前
ai·php·openai api·streaming
Stream DATA From openai GPT-3 API using php题意:“使用 PHP 从 OpenAI GPT-3 API 流式传输数据”I'm having trouble with the OpenAI API, Basically what I'm trying to do is stream each data node that is streamed back from the openai API response and output each data node one at a time as it streams in from the API
营赢盈英2 个月前
python·langchain·pdf·pinecone·openai api
Question mutiple pdf‘s using openai, pinecone, langchain题意:使用 OpenAI、Pinecone 和 LangChain 对多个 PDF 文件进行提问。I am trying to ask questions against a multiple pdf using pinecone and openAI but I dont know how to.