Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -71,13 +71,13 @@ gr.ChatInterface( | |
| 71 | 
             
                    retry_btn=None,
         | 
| 72 | 
             
                    undo_btn=None,
         | 
| 73 | 
             
                    examples=[
         | 
| 74 | 
            -
                              ["Generate: Code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA" | 
| 75 | 
            -
                              ["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\"" | 
| 76 | 
            -
                              ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())" | 
| 77 | 
            -
                              ["Optimize: x = []; for i in range(0, 10000): x.append(i)" | 
| 78 | 
            -
                              ["1. Execute: First 25 Fibbonaci numbers. 2. Show the code." | 
| 79 | 
            -
                              ["1. Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\". 2. Show the code." | 
| 80 | 
            -
                              ["1. Execute with tools: Get key announcements from latest OpenAI Dev Day. 2. Show the web references." | 
| 81 | 
             
                             ],
         | 
| 82 | 
             
                    cache_examples=False,
         | 
| 83 | 
             
                ).launch()
         | 
|  | |
| 71 | 
             
                    retry_btn=None,
         | 
| 72 | 
             
                    undo_btn=None,
         | 
| 73 | 
             
                    examples=[
         | 
| 74 | 
            +
                              ["Generate: Code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA"],
         | 
| 75 | 
            +
                              ["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
         | 
| 76 | 
            +
                              ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
         | 
| 77 | 
            +
                              ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
         | 
| 78 | 
            +
                              ["1. Execute: First 25 Fibbonaci numbers. 2. Show the code."],
         | 
| 79 | 
            +
                              ["1. Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\". 2. Show the code."],
         | 
| 80 | 
            +
                              ["1. Execute with tools: Get key announcements from latest OpenAI Dev Day. 2. Show the web references."]
         | 
| 81 | 
             
                             ],
         | 
| 82 | 
             
                    cache_examples=False,
         | 
| 83 | 
             
                ).launch()
         | 
