Nevar pievienot vairāk kā 25 tēmas
			Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 12345678910111213 | #!/bin/bash
set -x
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 \
  api/tests/integration_tests/model_runtime/huggingface_hub/test_llm.py \
  api/tests/integration_tests/model_runtime/upstage \
  api/tests/integration_tests/model_runtime/fireworks \
  api/tests/integration_tests/model_runtime/nomic \
  api/tests/integration_tests/model_runtime/mixedbread \
  api/tests/integration_tests/model_runtime/voyage
 |