update gpt-4o-mini
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
				
			This commit is contained in:
		@@ -33,7 +33,7 @@ pub async fn post_request(prompt: String) -> String {
 | 
				
			|||||||
        ";
 | 
					        ";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    let post = Some(json!({
 | 
					    let post = Some(json!({
 | 
				
			||||||
    "model": "gpt-3.5-turbo",
 | 
					    "model": "gpt-4o-mini",
 | 
				
			||||||
    "messages": [
 | 
					    "messages": [
 | 
				
			||||||
    {"role": "system", "content": &setting.to_string()},
 | 
					    {"role": "system", "content": &setting.to_string()},
 | 
				
			||||||
    {"role": "user", "content": &prompt.to_string()},
 | 
					    {"role": "user", "content": &prompt.to_string()},
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user