From 4bccd8db919ffbfcdb47f248625d546f492dfca9 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Thu, 29 Aug 2024 23:35:34 +0200 Subject: [PATCH] Add new provider to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 884739a..32f1559 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ QodeAssist is an AI-powered coding assistant plugin for Qt Creator. It provides QodeAssist currently supports the following LLM (Large Language Model) providers: - [Ollama](https://ollama.com) - [LM Studio](https://lmstudio.ai) +- OpenAI compatible providers ## Supported Models -QodeAssist has been tested with the following language models: +QodeAssist has been tested with the following language models, all trained for Fill-in-theMiddle: Ollama: - [starcoder2](https://ollama.com/library/starcoder2)