Skip to content

Instantly share code, notes, and snippets.

@vbrozik
Last active July 24, 2023 16:07
Show Gist options
  • Save vbrozik/f44e674b3c68103be6f70852981d8f2a to your computer and use it in GitHub Desktop.
Save vbrozik/f44e674b3c68103be6f70852981d8f2a to your computer and use it in GitHub Desktop.
AI language models

Google Bard

  • https://bard.google.com/

  • free

  • Google account needed

  • history, editable queries

  • multiple responses, response tuning (tone, length)

  • subjective

    • more hallucinations

Commands

language: en
language: cs

set_format
    text
    markdown
    html

add_filter
    creative

set_param
    max_length 100

get_param
    max_length

translate
translate "Hello, how are you?" spanish

write
write poem love

code
code python print "Hello, world!"

answer what is the capital of france

exit
clear
help
repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment