| 
					
				 | 
			
			
				@@ -1198,6 +1198,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             session_name: `${this.tid}-classroomObservation`, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             uid: _uid, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             file_ids: this.fileId ? [this.fileId] : [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						model: "gpt-4o-2024-08-06", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.ajax 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             .post("https://gpt4.cocorobo.cn/ai_agent_park_chat_new", params) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1238,7 +1239,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         _historyMessage.push({ role: "user", content: _text }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         let params = JSON.stringify({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          model: "gpt-3.5-turbo", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          model: "gpt-4o-2024-08-06", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           temperature: 0, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           max_tokens: 4096, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           top_p: 1, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1617,6 +1618,7 @@ ${JSON.stringify(_list)} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           session_name: _uuid, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // uid: _uuid, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           file_ids: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					model: "gpt-4o-2024-08-06", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.ajax 
			 |