-
We should be able to use AI to do arithmetic like `a + b`. For example:
```ts
import { IsEvenAiOpenAi } from "is-even-ai";
const isEvenAiOpenAi = new IsEvenAiOpenAi(
{
// won't need thi…
-
Hello! I am getting the following error when trying to run o1-mini with DSPy==2.5.34 with this config:
```
dspy.configure(experimental=True)
lm = dspy.LM(model="azure/gpt-o1-mini", ...)
```
e…
-
### 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
Windows
###…
-
this is what I get
meriem@Home:~/llama-gpt$ ./run.sh --model 7b --with-cuda
[+] Building 4.2s (30/30) FINISHED …
-
- [ ] This is actually a bug report.
- [ ] I am not getting good LLM Results
- [ ] I have tried asking for help in the community on discord or discussions and have not received a response.
- [ ] I …
-
it used to work few days ago no problem , but since yesterday it errors on everything, chat complition , translate ...
with any options or providers
tried using different dns and vpns, no change
…
-
The results mention the scores of GPT-3.5 but I don't see how I can evaluate GPT using the code as it doesn't have that model.
-
### What happened?
I have OpenAI tier 5 usage, which should give me 30,000 RPM = 500 RPS with "gpt-4o-mini". However I struggle get past 50 RPS.
The minimal replication:
```
from litellm imp…
-
# Issue
I'm having some issues getting the `test` functionality to succeed so I stripped it down to a very simple script. The issue is when using any of `npx genaiscript test add`, right-clicking the…
-
Some benchmarks (such as ActivityNet, VideoChatGPT, and many others) use `gpt-3.5-turbo-0613` for evaluation, but this model has been discontinued by OpenAI. One quick fix would be to switch to `gpt-3…