-
It works will on my local, but after I upload to my vercel, it not works anymore.
https://testgpt-gamma.vercel.app/
-
1. create a file "views.py" in "testgpt" folder that gives "hello world" as a http response
2. update urls to display this view on "/hello"
-
### Service
OpenAI
### Describe the bug
Receiving a 500 error when using the OpenAI API to create image descriptions (Vision) in C#. The error occurs on the line making the API call using model "gp…
-
- [ ] [mergegpt/README.md](mergegpt/README.md) - Explains folder usage for merging OCR outputs generated with two different psm modes.
- [ ] [testgpt/README.md](testgpt/README.md) - Explains folder u…
-
前提:执行 ./testgpt/index.js的代码,且配置了openai的apikey。
报错信息:
node:internal/deps/undici/undici:11576
Error.captureStackTrace(err, this);
^
TypeError: fetch failed
at Object.fetch (nod…
-
### 软件环境
Markdown
- paddlepaddle:2.6.0
- paddlepaddle-gpu: 2.6.0
- paddlenlp: 2.8.1
- nvidia cuda 11.2
尝试使用paddlenlp执行gpt模型的推理。选用模型[gpt-cpm-small-cn-distill](https://github.com/PaddlePaddl…
-
I set the environment variable "OPENAI_MODEL_NAME" with the value "gpt-4" but still it uses gpt3.5.
based on OpenAI API documentation the value "gpt-4" is correct.
--------------
**Used config:**…
-
### Description
App crashes when loading the `Config.toml`. Seems some configs values are without quotes and it causes the Ballerina app to crash giving a Java error.
I got this error
```
[2…
-
### Description
The following error is observed after creating an API using a valid OpenAPI 3.0.1 definition
### Steps to Reproduce
1. Create and publish an API using https://raw.githubuserco…
-
### Interface
```
import * as request from 'supertest';
export interface Irequest {
useMutation(
operationName: string,
query: string,
variables: any,
headers?: any,
)…