Skip to content

Commit

Permalink
removed pip install in py
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronicaPim authored Nov 12, 2024
1 parent 5d20bcd commit eba84eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/llm_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
## Install Python Dependencies and Authenticate Azure OpenAI
"""

!pip install --quiet openai
!pip install langdetect
#!pip install --quiet openai
#!pip install langdetect

"""Follow the instructions provided to you in [this document](https://docs.google.com/document/d/1cTvANh2R6WChDXFz3HDXepcIeciUasAZhB9jScGRdJ4/edit#heading=h.i3lwxtsjubg) to get your API key and Azure endpoint."""

Expand Down Expand Up @@ -667,4 +667,4 @@ def test_valid_english_input(mock_create):

eval_score = evaluate(query_llm_robust, eval_single_response_complete, translation_eval_set)

print(f"Evaluation Score: {eval_score}")
print(f"Evaluation Score: {eval_score}")

0 comments on commit eba84eb

Please sign in to comment.