How can I call open AI model GPT3.5 within note book using python
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 02:55 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 08:11 AM
Use the OpenAI API. They have a comprehensive guide with lots of example code here: Quickstart tutorial - OpenAI API
Just remember to save your API keys as databricks secrets and access them wit dbutils.secrets - Secret management | Databricks on AWS

