| 
									
										
										
										
											2024-04-18 13:43:15 +08:00
										 |  |  | #!/bin/bash
 | 
					
						
							|  |  |  | set -x | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-06 14:32:40 +05:30
										 |  |  | SCRIPT_DIR="$(dirname "$(realpath "$0")")" | 
					
						
							|  |  |  | cd "$SCRIPT_DIR/../.." | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-04-18 13:43:15 +08:00
										 |  |  | pytest api/tests/integration_tests/model_runtime/anthropic \
 | 
					
						
							|  |  |  |   api/tests/integration_tests/model_runtime/azure_openai \
 | 
					
						
							|  |  |  |   api/tests/integration_tests/model_runtime/openai api/tests/integration_tests/model_runtime/chatglm \
 | 
					
						
							|  |  |  |   api/tests/integration_tests/model_runtime/google api/tests/integration_tests/model_runtime/xinference \
 | 
					
						
							| 
									
										
										
										
											2024-08-02 21:48:09 +09:00
										 |  |  |   api/tests/integration_tests/model_runtime/huggingface_hub/test_llm.py \
 | 
					
						
							| 
									
										
										
										
											2024-09-22 10:13:00 +08:00
										 |  |  |   api/tests/integration_tests/model_runtime/upstage \
 | 
					
						
							| 
									
										
										
										
											2024-09-23 19:57:21 +08:00
										 |  |  |   api/tests/integration_tests/model_runtime/fireworks \
 | 
					
						
							| 
									
										
										
										
											2024-09-24 11:20:15 +08:00
										 |  |  |   api/tests/integration_tests/model_runtime/nomic \
 | 
					
						
							| 
									
										
										
										
											2024-09-29 16:55:59 +08:00
										 |  |  |   api/tests/integration_tests/model_runtime/mixedbread \
 | 
					
						
							| 
									
										
										
										
											2025-04-29 18:04:33 +08:00
										 |  |  |   api/tests/integration_tests/model_runtime/voyage |