|
159 | 159 | }, |
160 | 160 | { |
161 | 161 | "cell_type": "code", |
162 | | - "execution_count": 8, |
| 162 | + "execution_count": null, |
163 | 163 | "id": "321e3036-abd2-4e1f-bcc6-606efd036954", |
164 | 164 | "metadata": { |
165 | 165 | "execution": { |
|
183 | 183 | ], |
184 | 184 | "source": [ |
185 | 185 | "configurable_model.invoke(\n", |
186 | | - " \"what's your name\", config={\"configurable\": {\"model\": \"claude-3-5-sonnet-20240620\"}}\n", |
| 186 | + " \"what's your name\", config={\"configurable\": {\"model\": \"claude-3-5-sonnet-latest\"}}\n", |
187 | 187 | ")" |
188 | 188 | ] |
189 | 189 | }, |
|
234 | 234 | }, |
235 | 235 | { |
236 | 236 | "cell_type": "code", |
237 | | - "execution_count": 7, |
| 237 | + "execution_count": null, |
238 | 238 | "id": "6c8755ba-c001-4f5a-a497-be3f1db83244", |
239 | 239 | "metadata": { |
240 | 240 | "execution": { |
|
261 | 261 | " \"what's your name\",\n", |
262 | 262 | " config={\n", |
263 | 263 | " \"configurable\": {\n", |
264 | | - " \"first_model\": \"claude-3-5-sonnet-20240620\",\n", |
| 264 | + " \"first_model\": \"claude-3-5-sonnet-latest\",\n", |
265 | 265 | " \"first_temperature\": 0.5,\n", |
266 | 266 | " \"first_max_tokens\": 100,\n", |
267 | 267 | " }\n", |
|
336 | 336 | }, |
337 | 337 | { |
338 | 338 | "cell_type": "code", |
339 | | - "execution_count": 9, |
| 339 | + "execution_count": null, |
340 | 340 | "id": "e57dfe9f-cd24-4e37-9ce9-ccf8daf78f89", |
341 | 341 | "metadata": { |
342 | 342 | "execution": { |
|
368 | 368 | "source": [ |
369 | 369 | "llm_with_tools.invoke(\n", |
370 | 370 | " \"what's bigger in 2024 LA or NYC\",\n", |
371 | | - " config={\"configurable\": {\"model\": \"claude-3-5-sonnet-20240620\"}},\n", |
| 371 | + " config={\"configurable\": {\"model\": \"claude-3-5-sonnet-latest\"}},\n", |
372 | 372 | ").tool_calls" |
373 | 373 | ] |
374 | 374 | } |
375 | 375 | ], |
376 | 376 | "metadata": { |
377 | 377 | "kernelspec": { |
378 | | - "display_name": "langchain", |
| 378 | + "display_name": "langchain-monorepo", |
379 | 379 | "language": "python", |
380 | 380 | "name": "python3" |
381 | 381 | }, |
|
389 | 389 | "name": "python", |
390 | 390 | "nbconvert_exporter": "python", |
391 | 391 | "pygments_lexer": "ipython3", |
392 | | - "version": "3.10.16" |
| 392 | + "version": "3.12.11" |
393 | 393 | } |
394 | 394 | }, |
395 | 395 | "nbformat": 4, |
|
0 commit comments