-
![image](https://github.com/appleboy/CodeGPT/assets/32825698/67231505-daaf-49cb-ab11-59f6b9ef488b)
➜ ~ codegpt version
version: 0.2.2 commit: 50329e0
openai.model: gpt-3.5-turbo
-
运行环境:docker
最新版更改了har的位置,我修改docker compose设置,把har文件挂载到容器:/app/harPool/chat.openai.com.har但是却无法正常运行,访问api全都返回无响应,尝试修改har到根目录,访问api依然无响应
{
"error": true,
"message": "empty response"
}
切换回[92…
-
i run:
%%chat -m gpt-4-0613
List all the files in the folder
but:
UsageError: Cell magic `%%chat` not found.
![bug1](https://github.com/chapyter/chapyter/assets/129634678/970049ee-3144-405b-…
-
### Description
When sending an initial request to openAI API expecting a function call I get a correct response for a function call, example below:
{"function_call": {"name": "getDefinitions", "a…
-
Despite the existence of various explanations for the `model_name` field, specifically pertaining to ChatGPT models available on the Internet (refer to [ScriptbyAI](https://www.scriptbyai.com/token-li…
-
### Describe the bug
I'm encountering an issue when I type 'interpreter' in the terminal, it redirects to GPT-4. Despite providing the correct GPT API key and trying various methods such as upgrading…
-
### Contact Details
_No response_
### What happened?
I originally noticed the issue when sending prompts via `gpt-4-32k`. I could see in my API usage that I was getting doubled charged from this AP…
-
### Describe the feature
The OpenAI on 06/13 update some model,
can u add in this ?
![image](https://github.com/ai-genie/chatgpt-vscode/assets/92282870/53107c44-bfd8-44ad-aa53-2cfc2b51747b)
-
**Is your feature request related to a problem? Please describe.**
“单次回复限制”的设置名不副实,代码的实际的逻辑是:
比较累计的词数,如果累计词数大于该限制,就终止将前一个历史消息附加到新的request中;
但openai api里的"max_tokens"是限定即将生成的消息的长度,如果超出就终止生成,来限定开支,…
-
Hi
I'm trying to run the scripts to use the Chat GPT-4 that was released for our subscription being the local Canada EST, but we are not able to create it through the execution of the scripts becau…