diff --git a/pkg_api/nl_to_pkg/llm/configs/README.md b/pkg_api/nl_to_pkg/llm/configs/README.md index 2d7ef67..e8fe9b0 100644 --- a/pkg_api/nl_to_pkg/llm/configs/README.md +++ b/pkg_api/nl_to_pkg/llm/configs/README.md @@ -2,7 +2,7 @@ * The config yaml must contain: - host: replace ADD_OLLAMA_HOST with an instance of Ollama installed following the instructions [here](https://ollama.ai/download/linux). - - model: `llama2`, `mistral` etc. + - model: `llama2`, `mistral`, etc. - options: Hyperparameters for the model. - stream: If it is a chat response set stream to true otherwise false.