Get an API key from the Together AI
Configuration
- YAML
- JSON (Deprecated)
config.yaml
Check out a more advanced configuration here
name: My Config
version: 0.0.1
schema: v1
models:
- name: <MODEL_NAME>
provider: together
model: <MODEL_ID>
apiKey: <YOUR_TOGETHER_API_KEY>
{
"models": [
{
"title": "<MODEL_NAME>",
"provider": "together",
"model": "<MODEL_ID>",
"apiKey": "<YOUR_TOGETHER_API_KEY>"
}
]
}
Was this page helpful?