-
I wanted to suggest you the possibility to customize the endpoint.
This allows the use of services compatible with OpenAI such as:
https://openrouter.ai
https://fireworks.ai
https://www.togeth…
-
## Error Encountered :
**APIError: litellm.APIError: APIError: GroqException - You tried to pass a `BaseModel` class to `chat.completions.create()`; You must use `beta.chat.completions.parse()` inste…
-
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
When using open-interpreter as part of my python project, I'd like to have acce…
-
Wondering if possible to run with models like llama2 or huggingface models, or Ollama or something like litellm.
-
Hello? I keep getting **Error Creating Task from Prompt**. The example tasks return **Max Retries** error. I'm on Windows using Claude 3 Sonnet. Regards
-
I get the following error when I try to do a search (especially when in Expert mode):
```500: {"error":"json: cannot unmarshal string into Go struct field ChatRequest.messages of type api.ToolCallF…
-
### Describe the bug
I am running open interpreter with the new claude 3 model on a google colab.. Here are the parameters.
interpreter.llm.model = "claude-3-opus-20240229"
interpreter.llm.conte…
-
### What happened?
When calling [the `POST /v1/chat/completion/` endpoint](https://platform.openai.com/docs/api-reference/chat/create), the user can add a `name` field to each message:
> `name` `s…
-
### What happened?
At some point between versions 1.41.2 and 1.52.5, litellm stopped supporting `extra_headers` on `litellm.aembeddings` for the openai provider.
We depend on this for some custom …
-
### What happened?
I have a CustomLogger and noticed that sometimes I got "Task was destroyed but it is pending!" The task was async_success_handler in litellm_logging.py. After some investigation …