From f92682159ac53e6364234e770ecff9a9e725d7d1 Mon Sep 17 00:00:00 2001 From: Christopher Schraer <32145632+chschrae@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:59:52 -0800 Subject: [PATCH] trimmed spaces on Readme (#168) Co-authored-by: Chris Schraer --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d2b20737..ebec9ba5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -Status: Draft in Progress +Status: Draft in Progress Owner: Rob Chambers # Using the Azure AI CLI -The Azure `AI` Command-Line Interface (CLI) is a cross-platform command-line tool to connect to Azure AI services and execute control-plane and data-plane operations without having to write any code. The CLI allows the execution of commands through a terminal using interactive command-line prompts or via script. +The Azure `AI` Command-Line Interface (CLI) is a cross-platform command-line tool to connect to Azure AI services and execute control-plane and data-plane operations without having to write any code. The CLI allows the execution of commands through a terminal using interactive command-line prompts or via script. You can easily use the `AI` CLI to experiment with key Azure AI service features and see how they work with your use cases. Within minutes, you can setup all the required Azure resources needed, and build a customized Copilot using OpenAI's chat completions APIs and your own data. You can try it out interactively, or script larger processes to automate your own workflows and evaluations as part of your CI/CD system. @@ -11,7 +11,7 @@ In the future, you'll even be able to use the `AI` CLI to dynamically create cod ## **STEP 1**: Setup your development environment -You can install the Azure `AI` CLI locally on Linux, Mac, or Windows computers, or use it thru an internet browser or Docker container. +You can install the Azure `AI` CLI locally on Linux, Mac, or Windows computers, or use it thru an internet browser or Docker container. During this public preview, we recommend using the Azure `AI` CLI thru GitHub Codespaces. This will allow you to quickly get started without having to install anything locally. @@ -82,12 +82,12 @@ ai chat --system @prompt.txt --user "Tell me about Azure AI Studio" ``` USAGE: ai chat [...] - CONNECTION (see: ai help connection) + CONNECTION (see: ai help connection) --deployment DEPLOYMENT (see: ai help chat deployment) - --endpoint ENDPOINT (see: ai help chat endpoint) - --key KEY (see: ai help chat key) + --endpoint ENDPOINT (see: ai help chat endpoint) + --key KEY (see: ai help chat key) - INPUT (see: ai help chat input) + INPUT (see: ai help chat input) --interactive (see: ai help chat interactive) --system PROMPT (see: ai help chat system prompt) * --file FILE (see: ai help chat history file) @@ -187,4 +187,4 @@ ai chat --interactive --system @prompt.txt --index-name "product-info" ```bash ai chat --system @prompt.txt --index-name "product-info" --user "Which tent has the highest rainfly waterproof rating?" -``` \ No newline at end of file +```