chore: moved some tests to qwen3.5 0.8B for speed

This commit is contained in:
2026-03-20 17:01:23 +01:00
parent 7d25955042
commit 2c7195490e
4 changed files with 38 additions and 33 deletions

View File

@@ -3,9 +3,9 @@ import XCTest
@MainActor
final class ChatViewModelTests: XCTestCase {
func testGemmaChatViewModelSendProducesAssistantReply() async throws {
func testQwenChatViewModelSendProducesAssistantReply() async throws {
let modelManager = ModelManager()
let config = try XCTUnwrap(ModelConfig.resolve("gemma"))
let config = try XCTUnwrap(ModelConfig.resolve("qwen3.5-0.8b"))
await modelManager.loadModel(config)
defer { modelManager.unloadModel() }