Skip to content

Commit

Permalink
remove key
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanlooyml6 committed Dec 19, 2023
1 parent ec9cefb commit fd721b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameter_search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
" \"csv_separator\":\";\",\n",
" \"evaluation_module\": \"langchain.llms\",\n",
" \"evaluation_llm\":\"OpenAI\",\n",
" \"evaluation_llm_kwargs\":{\"openai_api_key\": \"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\"}, #TODO Specify your key if you're using OpenAI\n",
" \"evaluation_llm_kwargs\":{\"openai_api_key\": \"\"}, #TODO Specify your key if you're using OpenAI\n",
" \"evaluation_metrics\":[\"context_precision\", \"context_relevancy\"]\n",
"}"
]
Expand Down

0 comments on commit fd721b1

Please sign in to comment.