Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 457 Bytes

ChatGPT and DALL·E2 in a Panel App

DEPRECATED; see https://holoviz-topics.github.io/panel-chat-examples/ for more recent examples!

How to run?

  1. Get your OpenAI API key from openai.com and add your keys to the script.

  2. Install needed packages:
    pip install openai
    conda install panel

  3. Run Panel dashboard:
    panel serve panel_openai.ipynb
    or
    panel serve panel_openai.py

What does it look like?