Update readme video
This commit is contained in:
		
							parent
							
								
									82edb4ed93
								
							
						
					
					
						commit
						c57cd3c8d2
					
				
							
								
								
									
										15
									
								
								README.md
								
								
								
								
							
							
						
						
									
										15
									
								
								README.md
								
								
								
								
							|  | @ -54,18 +54,11 @@ agent.run("What time would it take for a leopard at full speed to run through Po | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| <div class="flex justify-center"> | <div class="flex justify-center"> | ||||||
|   <video width="320" height="240" controls> |   <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/smolagents.gif" alt="CodeAgent browsing the web and doing calculations to solve a question"/> | ||||||
|     <source src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/smolagents.mp4" type="video/mp4"> |  | ||||||
|   </video> |  | ||||||
| </div> | </div> | ||||||
|     <!-- <img | 
 | ||||||
|         class="block dark:hidden" |  | ||||||
|         src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/Agent_ManimCE.gif" | 
 | ||||||
|     /> |  | ||||||
|     <img |  | ||||||
|         class="hidden dark:block" |  | ||||||
|         src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/Agent_ManimCE.gif" |  | ||||||
|     /> --> |  | ||||||
| 
 | 
 | ||||||
| ## Code agents? | ## Code agents? | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -218,7 +218,7 @@ class HfApiModel(Model): | ||||||
| 
 | 
 | ||||||
|     def __init__( |     def __init__( | ||||||
|         self, |         self, | ||||||
|         model_id: str = "Qwen/Qwen2.5-Coder-32B-Instruct", |         model_id: str = "meta-llama/Llama-3.3-70B-Instruct", | ||||||
|         token: Optional[str] = None, |         token: Optional[str] = None, | ||||||
|         timeout: Optional[int] = 120, |         timeout: Optional[int] = 120, | ||||||
|     ): |     ): | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue