-
i get this error :
**ValueError: Together received an invalid payload: { "error": { "message": "Invalid API key provided. You can find your API key at https://api.together.xyz/settings/api-keys.",…
-
Trying this does not work.
```
final togetherAI = TogetherAISdK(
apiKey: 'YOUR_API_KEY',
);
```
The right way is
```
final togetherAI = TogetherAISdK(
'YOUR_API_KEY',
);
```
-
Hello! Author of YaRN here. First of all thank you for this very comprehensive paper on data engineering challenges for long context LLMs. It will certainly be very useful for the research community i…
-
I try to setup `together.ai` using README and got the issued error, could someone help find the reason?
I've tried the various help on #193 and didn't find any resolve.
Thanks :)
`config.el`
…
-
Currently each Test specifies which Annotator it wants to run, with full control over where that Annotator is hosted. However, someone running the Test might want to select a different host.
For ex…
-
Is it possible to provide an API the mimics the functionality of the OPENAI API?
-
### What happened?
Request to litellm:
litellm.completion(model='bedrock/mistral.mixtral-8x7b-instruct-v0:1', messages=[{'role': 'user', 'content': 'Are you here? Answer "Yes."'}], max_tokens=3, s…
-
### 🥰 需求描述
目前嵌入模型仅支持 text-embedding-3-small,能否支持其他模型,或者提供模型 remap 的能力?
At present, the embedded model only supports text-embedding-3-small. Can it support other models, or provide the ability for …
-
Select from eg. AWS Bedrock, Azure AI Model Catalog, Groq, or OpenRouter and integrate tool calls, RAG, and chat history manually.
-
openai:
![Screenshot from 2024-08-15 12-37-50](https://github.com/user-attachments/assets/a73e8d9a-c405-433b-a0ee-7efc877355d7)
together:
![Screenshot from 2024-08-15 12-33-07](https://github.co…