22Nikk0 commited on
Commit
f572db7
·
verified ·
1 Parent(s): 569072b

Update agentic.py

Browse files
Files changed (1) hide show
  1. agentic.py +1 -27
agentic.py CHANGED
@@ -308,11 +308,6 @@ Returns:
308
 
309
  prompt = f"""
310
  You are a powerful assistant that answers general questions, reflection, maths, deduction, prediction.
311
- You do not handle files
312
- You do not handle images or pictures
313
- You do not handle videos
314
- You do not handle audio
315
- You do not handle code
316
 
317
  1. You need to fully understand the question
318
  2. You must think hard about what is relevant in the question to make the best answer
@@ -355,9 +350,6 @@ Returns:
355
 
356
  prompt = f"""
357
  You are a powerful assistant that handle and understand code.
358
- You do not handle images or pictures
359
- You do not handle videos
360
- You do not handle audio
361
 
362
  1. You need to fully understand the question.
363
  2. You must think hard about the code and predict the result to answer the question.
@@ -397,11 +389,6 @@ Returns:
397
 
398
  prompt = f"""
399
  You are a powerful assistant that makes research on the web in order to give the best answer to the question.
400
- You do not handle files
401
- You do not handle images or pictures
402
- You do not handle videos
403
- You do not handle audio
404
- You do not handle code
405
 
406
  1. You need to fully understand the question
407
  2. You must think hard about what is relevant in the question to make the best search with write words
@@ -455,10 +442,6 @@ Returns:
455
 
456
  prompt = f"""
457
  You are a powerful vision assistant, you can analyze images and answer question about the picture
458
- You do not download files
459
- You do not handle videos
460
- You do not handle audio
461
- You do not handle code
462
 
463
  1. You need to fully understand the question.
464
  2. You must think hard about what is relevant in the image to make the best answer to the question.
@@ -542,9 +525,6 @@ Returns:
542
 
543
  prompt = f"""
544
  You are a highly capable video analysis assistant. Your task is to watch and analyze the provided video content and answer the user's question as accurately and concisely as possible.
545
- You do not handle images or pictures.
546
- You do not handle audio.
547
- You do not handle code.
548
 
549
  1. You need to fully understand the question.
550
  2. Carefully observe the video, paying attention to relevant details, actions, and context.
@@ -625,9 +605,6 @@ Returns:
625
 
626
  prompt = f"""
627
  You are a highly capable audio analysis assistant. Your task is to listen to and analyze the provided audio content and answer the user's question as accurately and concisely as possible.
628
- You do not handle images or pictures.
629
- You do not handle video.
630
- You do not handle code.
631
 
632
  1. You need to fully understand the question.
633
  2. Carefully listen to the audio, paying attention to relevant details, actions, and context.
@@ -703,10 +680,6 @@ Returns:
703
 
704
  prompt = f"""
705
  You are a powerful assistant which handles excel files.
706
- You do not handle images or pictures.
707
- You do not handle video.
708
- You do not handle code.
709
- You do not handle audio
710
 
711
  1. You need to fully understand the question.
712
  2. You must analyze the excel file to answer the question.
@@ -815,6 +788,7 @@ You do not handle images or pictures
815
  You do not handle videos
816
  You do not handle audio
817
  You do not handle code
 
818
 
819
  1. You need to fully understand the subject of the question
820
  2. You need to understand the subject of the question with the question itself and the file extension
 
308
 
309
  prompt = f"""
310
  You are a powerful assistant that answers general questions, reflection, maths, deduction, prediction.
 
 
 
 
 
311
 
312
  1. You need to fully understand the question
313
  2. You must think hard about what is relevant in the question to make the best answer
 
350
 
351
  prompt = f"""
352
  You are a powerful assistant that handle and understand code.
 
 
 
353
 
354
  1. You need to fully understand the question.
355
  2. You must think hard about the code and predict the result to answer the question.
 
389
 
390
  prompt = f"""
391
  You are a powerful assistant that makes research on the web in order to give the best answer to the question.
 
 
 
 
 
392
 
393
  1. You need to fully understand the question
394
  2. You must think hard about what is relevant in the question to make the best search with write words
 
442
 
443
  prompt = f"""
444
  You are a powerful vision assistant, you can analyze images and answer question about the picture
 
 
 
 
445
 
446
  1. You need to fully understand the question.
447
  2. You must think hard about what is relevant in the image to make the best answer to the question.
 
525
 
526
  prompt = f"""
527
  You are a highly capable video analysis assistant. Your task is to watch and analyze the provided video content and answer the user's question as accurately and concisely as possible.
 
 
 
528
 
529
  1. You need to fully understand the question.
530
  2. Carefully observe the video, paying attention to relevant details, actions, and context.
 
605
 
606
  prompt = f"""
607
  You are a highly capable audio analysis assistant. Your task is to listen to and analyze the provided audio content and answer the user's question as accurately and concisely as possible.
 
 
 
608
 
609
  1. You need to fully understand the question.
610
  2. Carefully listen to the audio, paying attention to relevant details, actions, and context.
 
680
 
681
  prompt = f"""
682
  You are a powerful assistant which handles excel files.
 
 
 
 
683
 
684
  1. You need to fully understand the question.
685
  2. You must analyze the excel file to answer the question.
 
788
  You do not handle videos
789
  You do not handle audio
790
  You do not handle code
791
+ You do not handle excel files
792
 
793
  1. You need to fully understand the subject of the question
794
  2. You need to understand the subject of the question with the question itself and the file extension