mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	Merge pull request #5776 from ConnectAI-E/feat-glm
	
		
			
	
		
	
	
		
	
		
			Some checks are pending
		
		
	
	
		
			
				
	
				Run Tests / test (push) Waiting to run
				
			
		
		
	
	
				
					
				
			
		
			Some checks are pending
		
		
	
	Run Tests / test (push) Waiting to run
				
			fix: glm chatpath
This commit is contained in:
		@@ -232,7 +232,7 @@ export const XAI = {
 | 
			
		||||
 | 
			
		||||
export const ChatGLM = {
 | 
			
		||||
  ExampleEndpoint: CHATGLM_BASE_URL,
 | 
			
		||||
  ChatPath: "/api/paas/v4/chat/completions",
 | 
			
		||||
  ChatPath: "api/paas/v4/chat/completions",
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export const DEFAULT_INPUT_TEMPLATE = `{{input}}`; // input / time / model / lang
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user