-
### Before Reporting
- [X] I have checked FAQ, and there is no solution to my issue
- [X] I have searched the existing issues, and there is no existing issue for my issue
### What happened?
One of …
-
On this line: https://github.com/Cainier/gpt-tokens/blob/main/index.js#L170
For model "gpt-3.5-turbo-0613", at line 170, the code is using `tokens_per_message = 4, tokens_per_name = -1`
but in o…
-
### Describe the bug
The module doesn't work :(
Error:
Traceback (most recent call last):
File "openai.py", line 1, in
import openai
File "C:\Users\SonicandTailsCD\desktop\openai.p…
-
**Is your feature request related to a problem? Please describe.**
no
**Describe the solution you'd like**
API that have ability to use at least `gpt-3.5-turbo-0613` with `functions`.
**Descri…
-
### Bug Description
Hello all,
I've tried a few different scenarios but the basic underlying issue seems to be, that whenever I use a Cheat Engine with OpenAi, the return value from all chat fun…
-
### Feature request
OpenAI released several major updates today (2023-06-13) that likely have major implications for what is possible. At the very least, it will make things more reliable.
Here's …
-
### Description
New Agent Provider setting is not saved. I suspect it is the new error handler.
In the console log I get only 200 OKs for all transactions.
I followed the instructions for GPT4al…
-
I'm getting this error and it seems I'm [not alone](https://twitter.com/bio_bootloader/status/1684303542880985088).
> The model `gpt-4-0314` does not exist or you do not have access to it. Learn mo…
-
Parameters to specify OpenAI model and settings.
ex. I'm subclassing App and updating the model this way to test:
```
def get_openai_answer(self, prompt):
messages = []
messag…
-
Hey,
I tried different models due to today's [OpenAI's announcements](https://openai.com/blog/function-calling-and-other-api-updates),
I get the below shown error messages in the container with th…