-
Hello.
I want to know if I can use a HuggingFace model (that can be used with Litellm) as the model.
This is my code:
`from paperqa import Settings, ask
import litellm
# Set verbose to s…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Describe the bug and reproduction steps
1 - Follow installations steps ...
2 - Get error msg `SANDBOX…
-
### What happened?
LiteLLM proxy throwing the following error when sending really large request:
LiteLLM Proxy version `1.52.0`
```
File "/Users/xingyaow/Projects/litellm/litellm/litellm_cor…
-
### What happened?
I am attempting to send the following message through the proxy to Claude 3 Opus:
```json
[{
"role": "user",
"content": [{
"type": "text",
"text": "what is in…
-
Description: CrewAI uses the Litellm library to route LLM requests to the appropriate model. Currently, Litellm throws an error, "LLM Provider NOT provided", whenever a request is made for a non-OpenA…
-
I'm running in jupyter notebook with paper-qa==5.3.0, tyring to use an alternative OPENAI compatiable api.
here is my script
```python
# make sure to run in jupyter
import os
import nest_asyncio
…
-
Hello,
I recently updated paper-qa and now get this error :
```
Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new
LiteLLM.Info: If you need to debug this error, use `lit…
-
### What happened?
I am using the LiteLLM proxy, and also using the `litellm` python SDK to interact with the proxy.
In my `config.yaml`, I have `langfuse` configered
```yaml
... some other config…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
### Issue
Using aider.chat with ollama, got
```
Pourlitellm.APIConnectionError: Ollama Error - {'error': 'an unknown error was encountered while running the model '}
Traceback (most recent ca…