ReplicateLLM
Replicate is a great option for newly released language models or models that you've deployed through their platform. Sign up for an account here, copy your API key, and then select any model from the Replicate Streaming List. Change ~/.continue/config.json
to look like this:
- YAML
- JSON
Package or config.yaml
models:
- name: Replicate CodeLLama
provider: replicate
model: codellama-13b
apiKey: <YOUR_REPLICATE_API_KEY>
config.json
{
"models": [
{
"title": "Replicate CodeLLama",
"provider": "replicate",
"model": "codellama-13b",
"apiKey": "<YOUR_REPLICATE_API_KEY>"
}
]
}
If you don't specify the model
parameter, it will default to replicate/llama-2-70b-chat:58d078176e02c219e11eb4da5a02a7830a283b14cf8f94537af893ccff5ee781
.