Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvg committed Jul 2, 2024
1 parent 9d4c9a8 commit 0c46e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// BAML supports multi-modal inputs!

// How to use call this BAML function in python or Typescript: https://docs.boundaryml.com/docs/snippets/supported-types#image
// How to call this BAML function in python or Typescript: https://docs.boundaryml.com/docs/snippets/supported-types#image

function AudioInput(audioInput: audio) -> string {
client Gemini
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// BAML supports multi-modal inputs! Check the raw cURL request toggle in the playground to see the prompt is transformed into an API call

// How to use call this BAML function in python or Typescript: https://docs.boundaryml.com/docs/snippets/supported-types#image
// How to call this BAML function in python or Typescript: https://docs.boundaryml.com/docs/snippets/supported-types#image

class ImageDescription {
description string
Expand Down

0 comments on commit 0c46e62

Please sign in to comment.