Skip to content

Commit

Permalink
remove api key
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMoussalli committed Jan 15, 2024
1 parent e4f0ec6 commit 5c19aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/evaluation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
" \"llm_module_name\": \"langchain.chat_models\",\n",
" \"llm_class_name\": \"ChatOpenAI\",\n",
" \"llm_kwargs\": {\n",
" \"openai_api_key\":\"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\" , # TODO: Update with your key or use a different model\n",
" \"openai_api_key\":\"\" , # TODO: Update with your key or use a different model\n",
" \"model_name\" : \"gpt-3.5-turbo\"\n",
" },\n",
" \"evaluation_metrics\": [\"context_precision\", \"context_relevancy\"]\n",
Expand Down
2 changes: 1 addition & 1 deletion src/parameter_search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
" \"llm_module_name\": \"langchain.chat_models\",\n",
" \"llm_class_name\": \"ChatOpenAI\",\n",
" \"llm_kwargs\": {\n",
" \"openai_api_key\": \"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\" , # TODO: Update with your key or use a different model\n",
" \"openai_api_key\": \"\" , # TODO: Update with your key or use a different model\n",
" \"model_name\" : \"gpt-3.5-turbo\"\n",
" },\n",
" \"evaluation_metrics\" : [\"context_precision\", \"context_relevancy\"]\n",
Expand Down

0 comments on commit 5c19aec

Please sign in to comment.