From 4346698f2c0e5831f7f7af0a4b16e5839eef55c0 Mon Sep 17 00:00:00 2001 From: kerthcet Date: Mon, 29 Dec 2025 13:16:08 +0800 Subject: [PATCH] fix comment error Signed-off-by: kerthcet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52ac385..740ca2f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Here we use OpenAI as an example. ```rust -# Make sure OPENAI_API_KEY is set in your environment variables before running this code. +// Make sure OPENAI_API_KEY is set in your environment variables before running this code. use arms::client; use arms::types::chat;