Skip to content

Instantly share code, notes, and snippets.

@homanp
Last active January 24, 2024 22:36
Show Gist options
  • Save homanp/697d5b72a3a87a13ced43e487e8bacb5 to your computer and use it in GitHub Desktop.
Save homanp/697d5b72a3a87a13ced43e487e8bacb5 to your computer and use it in GitHub Desktop.
SA Workflow Language
workflow:
assistant:
name: my assistant
description: my assistant description
llm: gpt-3.5-turbo-16k-0613 # The regular name of the model
prompt: My prompt
intro_message: Hello there!
tools:
browser:
# Optional
description: Useful for finding information on the internet
metadata:
some_key: some value
data:
url: https://test.com/pdf1.com
url: https://test.com/pdf2.com
url: httos://test.com/doc1.docx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment