Skip to content

Commit

Permalink
docs: add custom chatbot creation to form demo (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Mar 23, 2023
1 parent 9f634a6 commit 412620a
Show file tree
Hide file tree
Showing 2 changed files with 668 additions and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ object DatabricksUtilities {
Map("pypi" -> Map("package" -> "Pillow")),
Map("pypi" -> Map("package" -> "onnxmltools==1.7.0")),
Map("pypi" -> Map("package" -> "lightgbm")),
Map("pypi" -> Map("package" -> "mlflow"))
Map("pypi" -> Map("package" -> "mlflow")),
Map("pypi" -> Map("package" -> "openai"))
).toJson.compactPrint

// TODO: install synapse.ml.dl wheel package here
Expand Down
Loading

0 comments on commit 412620a

Please sign in to comment.