Skip to content

Commit

Permalink
Update llms_api.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
mehuli-majumder authored Oct 3, 2024
1 parent 570ef6d commit 943a1e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llms_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"source": [
"from huggingface_hub import InferenceClient\n",
"\n",
"client = InferenceClient(api_key=\"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\")\n",
"client = InferenceClient(api_key=\"\")\n",
"\n",
"for message in client.chat_completion(\n",
"\tmodel=\"microsoft/Phi-3.5-mini-instruct\",\n",
Expand All @@ -67,4 +67,4 @@
"outputs": []
}
]
}
}

0 comments on commit 943a1e3

Please sign in to comment.