-
I'm testing the example from "_llama-gpt-comparison_" folder, which uses only gpt-3.5 and llama70b-v2-chat models:
```
prompts:
prompts/chat_prompt.json: chat_prompt
prompts/completion_promp…
-
**Describe the bug**
changed "gpt-3.5-turbo" to "gpt-4" in chat_gpt_api.py file at line 21:
kernel.add_chat_service(
"chat-gpt", sk_oai.OpenAIChatCompletion("gpt-3.5-turbo", api_key, org_id)
…
-
openai.error.InvalidRequestError: The model: `gpt-4-0613` does not exist
-
Traceback (most recent call last):
File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\connectionpool.py", line 449, in _make_request
six.raise_from(e, None)…
-
### Describe the bug
Streaming output from gpt4 consistently fails with `Connection broken: InvalidChunkLength(got length b'', 0 bytes read)` for prompts that trigger long-form responses. I've been…
-
i get an 404 error
readmeai --api-key "xxxxx" -o readme-ai.md -r /home/ben/REPO/fv-deploiement-applicatif
INFO README-AI is now executing.
INFO Successfully validated OpenAI API key.…
-
### Chat2DB Version
Windows Current Env:desktop Current Version:v2.0.2 build20230712082201
### Describe the bug
# 查询dws_doctor_detail表的总数量,条件是 办事处编码 字段包含 "acccd", "bffg", 并且 删除状态为0,根据医生主键进行去重复
S…
-
Just got GPT 4 API Access. I set the api key using 'export OPENAI_API_KEY="sk-xx..." '
Then I ran aider on a ~270 line ~2000 word html doc. I am using the 8K gpt model as shown below. Whats'up with t…
-
### 배경
- https://github.com/bit2r/bitGPT/issues/38
### 전략
- API를 인터페이스하는 함수에서 API의 버전을 한정하는 로직을 제거하고,
- 임의의 버전(향후 계속 업그레이드될)을 수용할 수 있는 구조로 변경
#### AS-IS
```
chat_completion
-
Currently, the GenAI connector has three properties, `apiKey`, `apiUrl`, and `apiProvider`. `model` is not part of this. For OpenAI, this is a required parameter for the createChatCompletion API reque…