File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -357,13 +357,15 @@ def fun_fact(verbose, response_token_size):
357
357
@click .option ("-v" , "--verbose" , count = True )
358
358
@click .option ("-r" , "--repo-url" , help = "The URL of the repository to learn from" )
359
359
def learn (repo_url , verbose ):
360
- """Learn new skills and gain additional knowledge from a repository"""
360
+ """NOT WORKING YET: Learn new skills and gain additional knowledge from a repository"""
361
361
# Clone the supplied repo locally and walk through it, load it into a
362
362
# local vector store, and pre-query this vector store for the LLM to use a
363
363
# context for the prompt
364
364
365
365
setup_config ()
366
366
367
+ console .print ("This is an experimental feature." , style = warning_style )
368
+
367
369
owner , repo_name = Coder .parse_github_url (repo_url )
368
370
369
371
start_time = datetime .datetime .utcnow ()
You can’t perform that action at this time.
0 commit comments