-
- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing).
**Describe the solution you'd like**
Ability to use TogetherAI with griptape
…
-
### What happened?
```
import os
os.environ["COHERE_API_KEY"] = "bad-key"
from litellm import completion
try:
completion(model="command-nightly", messages=[{"role": "user", "content": "He…
-
I'm using Mixtral-7b-Instruct-v0.1 via [LiteLLM](https://github.com/BerriAI/litellm) to provide a OpenAI compatible API to together.ai where the model is hosted.
Everything works fine, including …
-
hey I am trying to use gptel with together.ai thru the gptel-make-openai function.
When calling `gptel-send` using this backend I get this error:
> ChatGPT response error: ((HTTP/2 401) Malformed…
-
### Branch
_No response_
Checklist
- [X] Modify `docs/pages/usage/extra-self-host.mdx` ✓ https://github.com/sweepai/sweep/commit/fd0640ea99307189481685bfc242f603887bc808 [Edit](https://github.com…
-
### What happened?
I am trying to use the proxy server function of litellm to access the `phind` model via `together.ai`.
I tried `/chat/completions` and `/completions`, both returned abnormal respo…
-
### What happened?
Hi guys, I try to update to 1.11.1 and when I run litellm with together.ai I got this error (SS) for some reason the completion is looking at Huggingface not together_ai. I use con…
-
Enhance the UI to allow the storage of additional API keys for various Large Language Model (LLM) providers. These should include keys for Replicate, Hugging Face, Cohere, Anthropic, Azure, and Togeth…
-
### What happened?
![image](https://github.com/BerriAI/litellm/assets/17561003/af987217-b685-4a9f-b65d-8448fea098cd)
### Relevant log output
```shell
https://gist.github.com/duc-phamh/20db03…
-
There's a llamaindex link in the docs, but it only covers langchain.
here's what I tried...
I have a simple text file with some info in /mydata I want to index
```
# load my docs
from llama…