darshil3011 commited on
Commit
54a92cd
·
verified ·
1 Parent(s): 80f878a

Update prompts_and_chema.py

Browse files
Files changed (1) hide show
  1. prompts_and_chema.py +9 -9
prompts_and_chema.py CHANGED
@@ -82,16 +82,16 @@ Try to use PySDK code as much as possible. Try to generalize user's question to
82
  I will attach example references and ask users question, your job is to generate a response along with code as instructed above. '''
83
 
84
  get_txt_files = {
85
- "hello_world_of_pysdk": "/content/text_files/001_quick_start.txt",
86
- "single_model_inference": "/content/text_files/object_detection_image.txt",
87
- "running_yolo_models": "/content/text_files/002_yolov8.txt",
88
- "model_pipelining": "/content/text_files/007_model_pipelining.txt",
89
- "class_filtering": "/content/text_files/object_detection_class_filtering.txt",
90
- "overlay_effects": "/content/text_files/013_overlay_effects.txt",
91
- "running_inference_on_video": "/content/text_files/object_detection_video_stream.txt",
92
  "person_re_identification_or_extracting_embeddings": "/content/text_files/014_person_reid.txt",
93
- "zone_counting": "/content/text_files/009_zone_counting.txt",
94
- "custom_video_source": "/content/text_files/016_custom_video_source.txt",
95
  }
96
 
97
  intent_description_map = {
 
82
  I will attach example references and ask users question, your job is to generate a response along with code as instructed above. '''
83
 
84
  get_txt_files = {
85
+ "hello_world_of_pysdk": "text_files/001_quick_start.txt",
86
+ "single_model_inference": "text_files/object_detection_image.txt",
87
+ "running_yolo_models": "text_files/002_yolov8.txt",
88
+ "model_pipelining": "text_files/007_model_pipelining.txt",
89
+ "class_filtering": "text_files/object_detection_class_filtering.txt",
90
+ "overlay_effects": "text_files/013_overlay_effects.txt",
91
+ "running_inference_on_video": "text_files/object_detection_video_stream.txt",
92
  "person_re_identification_or_extracting_embeddings": "/content/text_files/014_person_reid.txt",
93
+ "zone_counting": "text_files/009_zone_counting.txt",
94
+ "custom_video_source": "text_files/016_custom_video_source.txt",
95
  }
96
 
97
  intent_description_map = {