Testing Reasoning
This commit is contained in:
		@@ -148,7 +148,7 @@ class Pipeline:
 | 
			
		||||
            payload = {"modelId": model_id,
 | 
			
		||||
                       "messages": processed_messages,
 | 
			
		||||
                       "system": [{'text': system_message if system_message else 'you are an intelligent ai assistant'}],
 | 
			
		||||
                       "inferenceConfig": {"temperature": body.get("temperature", 0.5)},
 | 
			
		||||
                       "inferenceConfig": {"temperature": 1},
 | 
			
		||||
                       "additionalModelRequestFields": reasoning_config
 | 
			
		||||
                       }
 | 
			
		||||
            # if body.get("stream", False):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user