Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/bump mlx #75

Merged
merged 29 commits into from
Dec 11, 2024

fix LLMLocalMockSession vs LLMLocalSession

021fe77
Select commit
Loading
Failed to load commit list.
Merged

Feature/bump mlx #75

fix LLMLocalMockSession vs LLMLocalSession
021fe77
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 10, 2024 in 1s

0.00% of diff hit (target 36.24%)

View this Pull Request on Codecov

0.00% of diff hit (target 36.24%)

Annotations

Check warning on line 49 in Sources/SpeziLLM/Models/LLMContextEntity.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLM/Models/LLMContextEntity.swift#L49

Added line #L49 was not covered by tests

Check warning on line 59 in Sources/SpeziLLMLocal/Configuration/LLMLocalParameters.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/Configuration/LLMLocalParameters.swift#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 24 in Sources/SpeziLLMLocal/Helpers/LLMContext+FormattedChat.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/Helpers/LLMContext+FormattedChat.swift#L17-L24

Added lines #L17 - L24 were not covered by tests

Check warning on line 66 in Sources/SpeziLLMLocal/LLMLocalPlatform.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalPlatform.swift#L63-L66

Added lines #L63 - L66 were not covered by tests

Check warning on line 80 in Sources/SpeziLLMLocal/LLMLocalPlatform.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalPlatform.swift#L78-L80

Added lines #L78 - L80 were not covered by tests

Check warning on line 63 in Sources/SpeziLLMLocal/LLMLocalSchema.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalSchema.swift#L58-L63

Added lines #L58 - L63 were not covered by tests

Check warning on line 31 in Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift#L27-L31

Added lines #L27 - L31 were not covered by tests

Check warning on line 39 in Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift#L33-L39

Added lines #L33 - L39 were not covered by tests

Check warning on line 45 in Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift#L45

Added line #L45 was not covered by tests

Check warning on line 59 in Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 65 in Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift#L65

Added line #L65 was not covered by tests

Check warning on line 76 in Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift#L76

Added line #L76 was not covered by tests

Check warning on line 87 in Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift#L82-L87

Added lines #L82 - L87 were not covered by tests

Check warning on line 106 in Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalSession+Generate.swift#L93-L106

Added lines #L93 - L106 were not covered by tests

Check warning on line 62 in Sources/SpeziLLMLocal/LLMLocalSession+Setup.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalSession+Setup.swift#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 37 in Sources/SpeziLLMLocal/LLMLocalSession+Update.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalSession+Update.swift#L28-L37

Added lines #L28 - L37 were not covered by tests

Check warning on line 83 in Sources/SpeziLLMLocal/LLMLocalSession.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/LLMLocalSession.swift#L83

Added line #L83 was not covered by tests

Check warning on line 25 in Sources/SpeziLLMLocal/Mock/LLMLocalMockSession.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/Mock/LLMLocalMockSession.swift#L24-L25

Added lines #L24 - L25 were not covered by tests

Check warning on line 36 in Sources/SpeziLLMLocal/Mock/LLMLocalMockSession.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/Mock/LLMLocalMockSession.swift#L33-L36

Added lines #L33 - L36 were not covered by tests

Check warning on line 92 in Sources/SpeziLLMLocal/Mock/LLMLocalMockSession.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/Mock/LLMLocalMockSession.swift#L40-L92

Added lines #L40 - L92 were not covered by tests

Check warning on line 96 in Sources/SpeziLLMLocal/Mock/LLMLocalMockSession.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/Mock/LLMLocalMockSession.swift#L94-L96

Added lines #L94 - L96 were not covered by tests

Check warning on line 105 in Sources/SpeziLLMLocal/Mock/LLMLocalMockSession.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/Mock/LLMLocalMockSession.swift#L98-L105

Added lines #L98 - L105 were not covered by tests

Check warning on line 110 in Sources/SpeziLLMLocal/Mock/LLMLocalMockSession.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/SpeziLLMLocal/Mock/LLMLocalMockSession.swift#L108-L110

Added lines #L108 - L110 were not covered by tests