From b52a1c948016928585315dbe2ee992e53cc7b733 Mon Sep 17 00:00:00 2001 From: da730 Date: Tue, 6 Feb 2024 15:06:44 +0800 Subject: [PATCH 1/3] feat: update vmind document --- docs/assets/guide/en/Basic_Tutorial/Create_VMind_instance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/assets/guide/en/Basic_Tutorial/Create_VMind_instance.md b/docs/assets/guide/en/Basic_Tutorial/Create_VMind_instance.md index 032ab7d8..24d38b86 100644 --- a/docs/assets/guide/en/Basic_Tutorial/Create_VMind_instance.md +++ b/docs/assets/guide/en/Basic_Tutorial/Create_VMind_instance.md @@ -147,3 +147,4 @@ const { spec } = await vmind.generateChart(userInput, fieldInfo, dataset); //Cal This tutorial details how to create a VMind instance and how to set various parameters to meet different needs. We learned how to specify the url of the model service, how to set headers for authentication, how to choose the model type, and how to set the maximum token quantity and temperature of the model-generated content. We also learned how to control whether the model adds the thinking process to the output results through the showThoughts parameter, and how to customize the method of calling the LLM service through the customRequestFunc parameter. Through this tutorial, you can not only learn how to create and configure VMind instances, but also understand how to adjust and optimize the use of VMind according to your own needs and environment, so as to more effectively use VMind to complete various tasks, including chart generation, data processing, and data aggregation, etc. + From daee0a8af231f66dffdc0db56c0028f04f61d485 Mon Sep 17 00:00:00 2001 From: da730 Date: Tue, 6 Feb 2024 15:09:33 +0800 Subject: [PATCH 2/3] feat: update vmind document --- .../Create_VMind_Instance_\345\211\257\346\234\254.md" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/assets/guide/en/Basic_Tutorial/Create_VMind_instance.md => "docs/assets/guide/en/Basic_Tutorial/Create_VMind_Instance_\345\211\257\346\234\254.md" (100%) diff --git a/docs/assets/guide/en/Basic_Tutorial/Create_VMind_instance.md "b/docs/assets/guide/en/Basic_Tutorial/Create_VMind_Instance_\345\211\257\346\234\254.md" similarity index 100% rename from docs/assets/guide/en/Basic_Tutorial/Create_VMind_instance.md rename to "docs/assets/guide/en/Basic_Tutorial/Create_VMind_Instance_\345\211\257\346\234\254.md" From 7f79646c031b45f3bf83f88bf67c73c25d518e27 Mon Sep 17 00:00:00 2001 From: da730 Date: Tue, 6 Feb 2024 15:09:50 +0800 Subject: [PATCH 3/3] feat: update vmind document --- .../assets/guide/en/Basic_Tutorial/Create_VMind_Instance.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "docs/assets/guide/en/Basic_Tutorial/Create_VMind_Instance_\345\211\257\346\234\254.md" => docs/assets/guide/en/Basic_Tutorial/Create_VMind_Instance.md (100%) diff --git "a/docs/assets/guide/en/Basic_Tutorial/Create_VMind_Instance_\345\211\257\346\234\254.md" b/docs/assets/guide/en/Basic_Tutorial/Create_VMind_Instance.md similarity index 100% rename from "docs/assets/guide/en/Basic_Tutorial/Create_VMind_Instance_\345\211\257\346\234\254.md" rename to docs/assets/guide/en/Basic_Tutorial/Create_VMind_Instance.md