-
Value not in list: model: 'gpt-3.5-turbo' not in []
The plugin doesn't work and I change the model name in python still couldn't get it to work
Ref:
[https://www.reddit.com/r/comfyui/comments/1…
-
First off, very nice work!
Second, GPT 3.5 Turbo is a completions model so I made this fix to make the app work for me.
gpt35Turbo("gpt-3.5-turbo", 4096, isChatCompletion = true)
-
### Class | 类型
程序主体
### Feature Request | 功能请求
I want to integrate get_academic backend with my chatbot, so I use gradio client to connect the server by api, I think fn_index is the internet call o…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [ X] bug report -> pleas…
-
### Describe the bug
I have already set the openai in the start up via dependency injection. I am just trying to make a simple request but keep getting a null reference exception. I can see the _iOpe…
-
### Before submitting your bug report
- [ ] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [ ] I'm not able to find an [open issue](ht…
-
Currently, we are handling the 429 at the endpoint level (skipping the deployments). **However those TPM/RPM are defined at the deployment level**
We can have multiple deployments at a single insta…
-
### Describe the feature or improvement you're requesting
I am trying to use a function to know when my chatbot is not going to respond with an answer because it does not have enough context. I know …
-
It would be nice to have an option under Settings to pick the GPT model. 3.5 Turbo is nice but I would like to test different models, at least 4.0.
-
I added the Azure OpenAI Endpoint and Key but get an error:
```
Message from Better ChatGPT:
Invalid API endpoint! We recommend you to check your free API endpoint.
```
And I'm sure that my…