-
I created an API key in my dev dashboard yet sgpt refuses to use it saying "NotFoundError: Error code: 404 - {'error': {'message': 'The model `gpt-4-1106-preview` does not exist or you do not
have ac…
-
## Description
We are using OpenAI `openai/text-embedding-3-large` to generate embeddings.
Currently, there is no way to change/rotate the API key except to drop the entire embed field and recreat…
-
TheThere is a significant performance issue when loading documents: the process takes an unusually long time, and afterward, no documents are found. To test the system, I tagged several documents with…
-
## prompt
```sql
CREATE OR REPLACE MACRO prompt(q) AS (
WITH __input AS (
SELECT
http_post(
'https://api.openai.com/v1/chat/completions',
headers => M…
-
### Discord username (optional)
_No response_
### Describe the solution you'd like?
```text
To have the option to the new Warp AI to add our own API Key and maybe options to tweak the settings like…
-
### 我已经搜索了 Issue 列表,没有找到类似的需求
- [X] Yes
### 我已经试用最新开发版,同样没找到这个功能
- [X] Yes
### 如果您有不止一个需求,请在多个 issue 里分别提交.
- [X] Yes
### 简单介绍
希望可以支持 openai 来翻译,搞不懂这里的插件是怎样校验的,自己参考实现总是校验失败
### 细节描述
`{
"id…
-
Hi,
I keep getting this error message: Invalid OpenAI API Key, even after i've created a brand new key,
when I try to get it to run locally, or in the browser (chrome, edge), using windows 10, py…
-
### 📦 部署方式
官方安装包
### 📌 软件版本
2.15.6
### 💻 系统环境
macOS
### 📌 系统版本
12.6.3
### 🌐 浏览器
Other
### 📌 浏览器版本
0
### 🐛 问题描述
您好,非常谢谢您的工作。
我更换api接口的时候,出现了`"message": "empty response from server"`的问题。
…
-
**Bug summary**
When I use Azure OpenAI I don't get Usage in metadata any of the chunks.
**Technical Details**
SemanticKernel: 1.24.1 (.NET)
Model: gpt-4o
Azure OpenAI Api version: 2024-10-01-PREVIEW…
-
import openai
# 替换为你的 OpenAI API 密钥
openai.api_key = "OPENAI_API_KEY"
openai.base_url="https://api.chatanywhere.org"
def chat_with_gpt(prompt):
response = openai.ChatCompletion.create(
…