Skip to content

Commit

Permalink
update notebook - Adithya S K
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya-s-k committed Oct 25, 2024
1 parent 125de31 commit 676a2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RAG/01_Basic_RAG/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"\n",
"# Get OpenAI API key from environment variables\n",
"OPENAI_API_KEY = os.getenv(\"OPENAI_API_KEY\")\n",
"GROK_API_KEY = \"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\"\n",
"GROK_API_KEY = os.getenv(\"GROK_API_KEYs\")\n",
"\n",
"# Setting up Base LLM\n",
"# Settings.llm = OpenAI(\n",
Expand Down

0 comments on commit 676a2c9

Please sign in to comment.