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

refactor: version 0.9.0, use "model + utils + core" to organize the project #37

Merged
merged 9 commits into from
Nov 18, 2024
4 changes: 4 additions & 0 deletions nerif/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
get_litellm_embedding,
get_litellm_response,
get_ollama_response,
get_sllm_response,
get_vllm_response,
similarity_dist,
)

Expand Down Expand Up @@ -53,6 +55,8 @@
"get_litellm_embedding",
"get_litellm_response",
"get_ollama_response",
"get_sllm_response",
"get_vllm_response",
# environment variables
"OPENAI_API_BASE",
"OPENAI_API_KEY",
Expand Down
Loading