From 5bbafd7efb0a17d2597b10b17b5fa333892fb4d8 Mon Sep 17 00:00:00 2001 From: marsninja Date: Wed, 11 Sep 2024 21:44:43 -0400 Subject: [PATCH] lint fix --- jac/support/jac-lang.org/docs/learn/tutorial/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jac/support/jac-lang.org/docs/learn/tutorial/readme.md b/jac/support/jac-lang.org/docs/learn/tutorial/readme.md index a065f2ff1..11e1790cf 100644 --- a/jac/support/jac-lang.org/docs/learn/tutorial/readme.md +++ b/jac/support/jac-lang.org/docs/learn/tutorial/readme.md @@ -1,5 +1,5 @@ # Introduction -In this tutorial, you are going to learn how to build a state-of-the-art conversational AI system with Jac Cloud and the Jac programming language and other popular open source python libraries. You will learn the basics of jaclang, how to use large language models, and everything in between, in order to create an end-to-end fully-functional conversational AI system. This tutorial requires Python 3.12 or higher. +In this tutorial, you are going to learn how to build a state-of-the-art conversational AI system with Jac Cloud and the Jac programming language and other popular open source python libraries. You will learn the basics of jaclang, how to use large language models, and everything in between, in order to create an end-to-end fully-functional conversational AI system. This tutorial requires Python 3.12 or higher. ### Open Source Tools and Libraries Used (all pypi packages) | **Project** | **Description** |