Skip to content

Commit

Permalink
image file name fix
Browse files Browse the repository at this point in the history
말씀주신 이미지 파일명 수정 및 코드 내 이미지 파일명 업데이트 완료하였습니다.
  • Loading branch information
HarryKane11 committed Jan 1, 2025
1 parent 31b0120 commit 8717413
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 01-BASIC/04.UsingOpenaiAPI_GPT4o.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"- `gpt-4o-mini`\n",
"- `o1-preview`, `o1-preview-mini` : Available only for Tier 5 accounts, which require a minimum recharge of $1,000 to access.\n",
"\n",
"![gpt-models.png](./assets/gpt-models.png)\n",
"![gpt-models.png](./assets/04-using-openai-api-gpt4o-get-models.png)\n",
"\n",
"- Link: https://platform.openai.com/docs/models\n",
"\n"
Expand Down Expand Up @@ -665,7 +665,7 @@
],
"source": [
"# Input the path to an image stored locally on the PC\n",
"IMAGE_PATH_FROM_FILE = \"./assets/sample-image.png\"\n",
"IMAGE_PATH_FROM_FILE = \"./assets/04-using-openai-api-gpt4o-sample-image.png\"\n",
"\n",
"# Query based on the image file (streaming mode)\n",
"answer = multimodal_llm.stream(IMAGE_PATH_FROM_FILE)\n",
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 8717413

Please sign in to comment.