Skip to content

Commit

Permalink
added chatopenai modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignatiocalvin committed Jun 7, 2024
1 parent c14f5b7 commit 3f43349
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions retrieve_sentiment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@
"metadata": {},
"outputs": [],
"source": [
"\n",
"\n"
"api_key = ''\n",
"api = APIClient(api_key)"
]
},
{
Expand Down Expand Up @@ -679,7 +679,11 @@
]
}
],
"source": []
"source": [
"llm = ChatOpenAI(model = \"gpt-3.5-turbo\",\n",
" openai_api_key = '', \n",
" temperature = 0)"
]
},
{
"cell_type": "code",
Expand Down

0 comments on commit 3f43349

Please sign in to comment.