From 58f76f7c0bf9edb7a33f85ff7ef0d94e97fa374d Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Sun, 30 Jun 2024 01:42:20 -0700 Subject: [PATCH] update: updating ai section of readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab6c119..0439b09 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The following AI tools and models have been primarily employed in the developmen - **Continue** (continue.dev): An AI-powered Assistant that integrates with VS Code to provide intelligent code completions, context-aware suggestions, natural langauge understanding, and assistance during the coding process. It leverages multiple advanced machine learning models to understand the context of your code and offer relevant recommendations. -- **OpenRouter** (openrouter.ai): is a fully managed service that simplifies the integration of high-performing foundation models (FMs) into your applications. It provides a unified API that allows you to access a wide range of foundation models from leading LLM providers such as Mistral AI, Anthropic, Meta AI, Llama, OpenAI, and more. This enables you to easily switch between models and providers, allowing us to select the most suitable model for our specific use case. +- **OpenRouter** (openrouter.ai): is a fully managed service that simplifies the integration of high-performing foundation models (FMs) into your applications. It provides a unified API that allows you to access a wide range of foundation models from leading LLM providers such as Mistral AI, Anthropic, Meta AI, Llama, OpenAI, and more. This enables us to easily switch between models and providers, allowing us to select the most suitable model for our specific use case. - **Claude** (claude.ai): is an advanced large language model (LLM) developed by Anthropic that excels in understanding and generating human-like text. It is used to provide code generation, code navigation, and code documentation during development. We also use Claude to generate the documentation, ideals, and brainstorming for the Protevus Platform.