From c3037739ac1d6cebac165b2c89ef0123b9f658f1 Mon Sep 17 00:00:00 2001 From: melihunsal Date: Mon, 14 Aug 2023 13:21:01 +0300 Subject: [PATCH] python interface added --- python/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/index.html b/python/index.html index ceefb5e..64ff476 100644 --- a/python/index.html +++ b/python/index.html @@ -231,7 +231,7 @@

2.Instantiate the DemoGPT agent:

3.Set your instruction and title:

instruction = "Your instruction here"
-title = "Your title here"
+ title = "Your title here"
 

4.Iterate through the generation stages and extract the final code:

code = ""