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

feat: integrate the OpenAILLM async into the RL #356

Merged
merged 16 commits into from
Jul 19, 2024

fix: threshold values in test

ce0489b
Select commit
Loading
Failed to load commit list.
Merged

feat: integrate the OpenAILLM async into the RL #356

fix: threshold values in test
ce0489b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 19, 2024 in 1s

18.33% of diff hit (target 70.00%)

View this Pull Request on Codecov

18.33% of diff hit (target 70.00%)

Annotations

Check warning on line 301 in semantic_router/layer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/layer.py#L300-L301

Added lines #L300 - L301 were not covered by tests

Check warning on line 305 in semantic_router/layer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/layer.py#L304-L305

Added lines #L304 - L305 were not covered by tests

Check warning on line 308 in semantic_router/layer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/layer.py#L307-L308

Added lines #L307 - L308 were not covered by tests

Check warning on line 75 in semantic_router/llms/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/llms/openai.py#L72-L75

Added lines #L72 - L75 were not covered by tests

Check warning on line 78 in semantic_router/llms/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/llms/openai.py#L78

Added line #L78 was not covered by tests

Check warning on line 84 in semantic_router/llms/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/llms/openai.py#L84

Added line #L84 was not covered by tests

Check warning on line 138 in semantic_router/llms/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/llms/openai.py#L135-L138

Added lines #L135 - L138 were not covered by tests

Check warning on line 142 in semantic_router/llms/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/llms/openai.py#L142

Added line #L142 was not covered by tests

Check warning on line 155 in semantic_router/llms/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/llms/openai.py#L150-L155

Added lines #L150 - L155 were not covered by tests

Check warning on line 160 in semantic_router/llms/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/llms/openai.py#L160

Added line #L160 was not covered by tests

Check warning on line 168 in semantic_router/llms/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/llms/openai.py#L164-L168

Added lines #L164 - L168 were not covered by tests

Check warning on line 172 in semantic_router/llms/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/llms/openai.py#L170-L172

Added lines #L170 - L172 were not covered by tests

Check warning on line 197 in semantic_router/llms/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/llms/openai.py#L196-L197

Added lines #L196 - L197 were not covered by tests

Check warning on line 206 in semantic_router/llms/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/llms/openai.py#L201-L206

Added lines #L201 - L206 were not covered by tests

Check warning on line 82 in semantic_router/route.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/route.py#L80-L82

Added lines #L80 - L82 were not covered by tests

Check warning on line 87 in semantic_router/route.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/route.py#L86-L87

Added lines #L86 - L87 were not covered by tests

Check warning on line 92 in semantic_router/route.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/route.py#L92

Added line #L92 was not covered by tests

Check warning on line 95 in semantic_router/route.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/route.py#L95

Added line #L95 was not covered by tests

Check warning on line 99 in semantic_router/route.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/route.py#L98-L99

Added lines #L98 - L99 were not covered by tests