Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| ### Together AI API Authentication | ||
|
|
||
| You will need a Together AI API Key to authenticate your requests. For more information on obtaining an API Key, refer | ||
| to the [Together AI API documentation](https://docs.together.ai/authentication). |
There was a problem hiding this comment.
@Wimukti, looks like this link gives a 404. Maybe we could rephrase and add a link to https://api.together.xyz/settings/api-keys instead for directly getting the API Keys from their account?
|
|
||
| <Image src={togetherai1} alt='Together AI Integration' width={1200} /> | ||
|
|
||
| - **API Key**: The Together AI API key is required to authenticate each request you make through the BuildShip nodes. |
There was a problem hiding this comment.
You will need a Together AI API Key to authenticate your requests. For more information on obtaining an API Key, refer to the Together AI API documentation.
- API Key: The Together AI API key is required to authenticate each request you make through the BuildShip nodes.
Perhaps we could combine these two and remove the single list item entirely?
Set API Key
Before using any of the Together AI nodes, set your API key for authentication.
Inputs
You must provide the API key in the headers of each node request. Once set, it allows secure communication with the Together AI API.
- API Key: The API key obtained from Together AI for authentication. Make sure to keep it secure.
Lets remove the "Set API Key" section, instead refer the prerequisites section for the API Key if needed. We can also mention that the users can save their API Keys as Secrets and add a link to /secrets.
| - **Input**: The text or data for which you want to generate embeddings. This could be a single text input or multiple | ||
| entries (batch processing). | ||
|
|
||
| - **API Key**: Your Together AI API Key for authentication. |
There was a problem hiding this comment.
Also, maybe we could we reorder the inputs sequence to match the nodes? :)
@BeeBombshell Please review the PR.