From dfc24ebab8b5c88b53591f9c5a55c1daa2fdaee8 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Mon, 26 Aug 2024 12:23:09 +0200 Subject: [PATCH] vim --- index.md | 3 ++- public/index.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 4488e2c..2d797c0 100644 --- a/index.md +++ b/index.md @@ -189,7 +189,7 @@ Andrew Ng, 28.02.2024 ## API Access -- Create a token in the [helmholtz codebase settings - (https://codebase.helmholtz.cloud)](https://codebase.helmholtz.cloud/-/user_settings/personal_access_tokensd) with the api scope +- Create a token in the [helmholtz codebase settings - (https://codebase.helmholtz.cloud)](https://codebase.helmholtz.cloud/-/user_settings/personal_access_tokens) with the api scope - Copy the token - Go to [https://helmholtz-blablador.fz-juelich.de:8000/docs](https://helmholtz-blablador.fz-juelich.de:8000/docs) - Click on Authorize, and paste the token @@ -233,6 +233,7 @@ curl --header "Authorization: Bearer MY_TOKEN_GOES_HERE" https://helmholtz-bla ## Demo: VScode + Continue.dev - Yes. It DOES run with Emacs too. Ask your favorite Emacs expert. +- Yes, vim too! - Add [continue.dev](https://marketplace.visualstudio.com/items?itemName=Continue.continue) extension to VSCode - On Continue, choose to add model, choose Other OpenAI-compatible API - Click in Open Config.json at the end diff --git a/public/index.html b/public/index.html index 4fede26..0b5f9b9 100644 --- a/public/index.html +++ b/public/index.html @@ -493,7 +493,7 @@ aria-hidden="true">https://helmholtz-blablador.fz-juelich.de</figcaption> <h2 id="api-access">API Access</h2> <ul> <li class="fragment">Create a token in the <a -href="https://codebase.helmholtz.cloud/-/user_settings/personal_access_tokensd">helmholtz +href="https://codebase.helmholtz.cloud/-/user_settings/personal_access_tokens">helmholtz codebase settings - (https://codebase.helmholtz.cloud)</a> with the api scope</li> <li class="fragment">Copy the token</li> @@ -540,6 +540,7 @@ class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href=" <ul> <li class="fragment">Yes. It DOES run with Emacs too. Ask your favorite Emacs expert.</li> +<li class="fragment">Yes, vim too!</li> <li class="fragment">Add <a href="https://marketplace.visualstudio.com/items?itemName=Continue.continue">continue.dev</a> extension to VSCode</li> -- GitLab