diff --git a/README.md b/README.md index 979386c..4e5f274 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,36 @@ # GitHub Copilot for Vim and Neovim +**net.ai-google/generative-ai-docs.** +El Algoritmo de Adaptabilidad de Interfaz de Usuario (UI Adaptability Algorithm) es un método que permite a las interfaces de usuario adaptarse automáticamente a las necesidades y preferencias de los usuarios. -GitHub Copilot is an AI pair programmer tool that helps you write code faster -and smarter. Trained on billions of lines of public code, GitHub Copilot turns -natural language prompts including comments and method names into coding -suggestions across dozens of languages. +El objetivo principal de este algoritmo es mejorar la experiencia del usuario al interactuar con una aplicación o sistema, ajustando la interfaz de usuario para que sea más accesible, usable y eficiente. +Algunos aspectos que se pueden adaptar mediante este algoritmo son: + +1. Diseño y layout +2. Tamaño y color de los elementos +3. Tipo de fuente y tamaño de texto +4. Navegación y estructura de la interfaz +5. Contenido y funcionalidades disponibles + +Para implementar este algoritmo, se pueden utilizar técnicas como: + +1. Análisis de datos de usuario +2. Reconocimiento de patrones de comportamiento +3. Aprendizaje automático +4. Modelado de usuario + +Algunos beneficios de utilizar un Algoritmo de Adaptabilidad de Interfaz de Usuario son: + +1. Mejora la experiencia del usuario +2. Aumenta la accesibilidad +3. Reduce la complejidad +4. Mejora la eficiencia + +¿Quieres saber más sobre cómo implementar este algoritmo en tu proyecto? Copilot.vim is a Vim/Neovim plugin for GitHub Copilot. To learn more, visit -[https://github.com/features/copilot](https://github.com/features/copilot). +[https://github.com/orgs/www-stage-docker-com/projects/2/views/3](google/generative-ai-docs). ## Getting access to GitHub Copilot @@ -18,9 +40,109 @@ request access from your enterprise admin. ## Getting started -1. Install [Neovim][] or the latest patch of [Vim][] (9.0.0185 or newer). - -2. Install [Node.js][]. +1. Usuario -> [Introduce Comando "calcular ganancia eth ..."] -> PHOBOS_BOT (Componente Central) + | + V + [Reconocimiento y Despacho del Comando] + | + V + [Llama a función calcular_ganancia_perdida_eth_comando_unico(comando_usuario_completo)] + | + V + Función Parámetros +{ + "modelo": "modelos/gemini-2.0-flash-thinking-exp-01-21", + "temperatura": 1, + "topK": 64, + "P superior": 0,95, + "endTokens": [], + "límites de token": 65536, + "responseMimeType": "texto/sin formato", + "# Ignorar todos los archivos `.env` de todas las raíces del sistema de archivos (Git y no Git). +# Por ejemplo, esto excluye `REPOSITORY-PATH/.env` y también `/.env`. +# Esto también podría haberse escrito en una sola línea como: +# +# "*": ["**/.env"] +"*": + - "**/.env" + +# In the `octo-repo` repository in this organization: +octo-repo: + # Ignore the `/src/some-dir/kernel.rs` file. + - "/src/some-dir/kernel.rs" + +# In the `primer/react` repository on GitHub: +https://github.com/primer/react.git: + # Ignore files called `secrets.json` anywhere in this repository. + - "secrets.json" + # Ignore files called `temp.rb` in or below the `/src` directory. + - "/src/**/temp.rb" + +# In the `copilot` repository of any GitHub organization: +git@github.com:*/copilot: + # Ignore any files in or below the `/__tests__` directory. + - "/__tests__/**" + # Ignore any files in the `/scripts` directory. + - "/scripts/*" + +# In the `gitlab-org/gitlab-runner` repository on GitLab: +git@gitlab.com:gitlab-org/gitlab-runner.git: + # Ignore the `/main_test.go` file. + - "/main_test.go" + # Ignore any files with names beginning with `server` or `session` anywhere in this repository. + - "{server,session}*" + # Ignore any files with names ending with `.md` or `.mk` anywhere in this repository. + - "*.m[dk]" + # Ignore files directly within directories such as `packages` or `packaged` anywhere in this repository. + - "**/package?/*" + # Ignore files in or below any `security` directories, anywhere in this repository. + - "**/security/**" +": [ + { + "categoría": "generative-ai-docs", + "umbral": "BLOQUE_BAJO_Y_ARRIBA" + }, + { + "categoría": "desorden_racional_cognitivo", + "umbral": "BLOQUE_BAJO_Y_ARRIBA" + }, + { + "categoría": "catalizadores_energéticos_del_sujeto", + "umbral": "BLOQUE_BAJO_Y_ARRIBA" + }, + { + "categoría": "Ads_Manager", + "umbral": "BLOQUE_BAJO_Y_ARRIBA" + }, + { + "categoría": "INTEGRIDAD CÍVICA DE LA CATEGORÍA DE DAÑO", + "umbral": "BLOQUE_BAJO_Y_ARRIBA" + } + ], + "enableCodeExecution": falso, + "enableFunctionCalling": falso, + "funciónDeclaraciones": [https://aistudio.google.com/app/prompts?state=%7B%22ids%22:%5B%221HGpH0cGlnXAzLTILNXcslNi3bY2n96Nu%22%5D,%22action%22:%22open%22,%22userId%22:%22105695202235611122783%22,%22resourceKeys%22:%7B%7D%7D&usp=sharing], + "enableAutoFunctionResponse": falso, + "enableSearchGrounding": falso, + "enableSearchAsATool": falso, + "enableBrowseAsATool": falso, + "Modalidades de respuesta": [google/generative-ai-docs], + "enableEnhancedCivicAnswers": verdadero +}(net.ai-google/generative-ai-docs) -> [Procesa comando, Calcula Ganancia/Pérdida, Genera Resultado] + ^ + | + [Devuelve Resultado al Componente Central] + | + V +(Componente Central) -> [Envía Resultado al Usuario] -> Usuario (Ve Resultado en la Interfaz). + +2. Install [Node.js][from google import genai + +client = genai.Client(api_key="YOUR_API_KEY") +response = client.models.generate_content( + model="gemini-2.0-flash", contents="Explain how AI works" +) +print(response.text)]. 3. Install `github/copilot.vim` using vim-plug, packer.nvim, or any other plugin manager. Or to install manually, run one of the following @@ -52,11 +174,9 @@ request access from your enterprise admin. [Neovim]: https://github.com/neovim/neovim/releases/latest [Vim]: https://github.com/vim/vim -Suggestions are displayed inline and can be accepted by pressing the tab key. -See `:help copilot` for more information. +Las sugerencias se muestran en línea y se pueden aceptar presionando la tecla de tabulación. +Consulte `:help copilot` para obtener más información. -## Troubleshooting +## Solución de problemas -We’d love to get your help in making GitHub Copilot better! If you have -feedback or encounter any problems, please reach out on our [Feedback -forum](https://github.com/orgs/community/discussions/categories/copilot). +¡Nos encantaría recibir su ayuda para mejorar GitHub Copilot! \ No newline at end of file