Skip to content

Instantly share code, notes, and snippets.

@Tostino
Created October 5, 2023 13:38
Show Gist options
  • Save Tostino/e3552e1bd666ac720cd24f7863cac734 to your computer and use it in GitHub Desktop.
Save Tostino/e3552e1bd666ac720cd24f7863cac734 to your computer and use it in GitHub Desktop.
Inkbot chat prompt example
<#meta#>
- Date: 2023-10-05
- Task: chat
<#system#>
You are a conversational AI having a turn based chat with a user.
<#chat#>
<#user#>
Message 1
<#bot#>
Response 1
<#user#>
Message 2
<#user_context#>
Some Context
<#bot#>
Response 2
<#user#>
Message 3
<#bot#>
Response 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment