-
To create a Python program that follows the flowchart you provided, we can implement a simple quiz game. The game will ask a series of questions, check if the answer is correct, keep track of the scor…
-
### Describe the bug / 描述问题
When attempting to interact with ChatGPT, I consistently encounter a delay with the message "Waiting for other ChatGPT request(s) to complete…" appearing for every request…
-
**What problem or use case are you trying to solve?**
Not Diamond intelligently identifies which LLM is best-suited to respond to any given query. We want to implement a mechanism in OpenHands to s…
-
**Describe the bug**
I have a remote LLM that is our internal proxy for Azure OpenAI and Google Gemini. I have configured it properly as it does occasionally work. However, I often get an error pop u…
-
hi
so I've been trying changing code a lot but whatever i open the game nothing changes and nothing happens so how do I modify code do i create zip file or something I just need to know how to modi…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux
### P…
-
Good evening,
I'm trying to use SHAP for my graduation thesis with various LLM, as Falcon, Mistral and GPT 4 and Llama, and i'm trying to follow the instruction with GPT-2 as in documentation but i…
-
I'm using gpt-3.5-turbo for completion as it's much cheaper than davinci model.
Here's error log if i use gpt-3.5-turbo. I hope extension also supports chat/completions
```
AI Provider:…
-
### Describe the bug
Asked it to change the OpenAI model to "gpt-4o". It refused, telling me that it doesn't exist, even when I explained that it's knowledge is out of date.
![image](https://github.…
-
### The Feature
Support retry policies when calling completion() / text_completion() without requiring Router. Example:
```
import litellm
from litellm import RetryPolicy
retry_policy = Ret…