Skip to content

Commit

Permalink
Add bc n-shot training
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Nov 16, 2023
1 parent fc34812 commit 6f829d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ai-cli-config
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ user-2 = Show average of grade in table students
assistant-2 = SELECT AVG(grade) FROM students;
user-3 = xyzzy
assistant-3 = -- Sorry I can't help.

[prompt-bc]
user-1 = Calculate 2 raised to the 64th power
assistant-1 = 2^64
user-2 = Increment variable i by 1
assistant-2 = i++
user-3 = xyzzy
assistant-3 = /* Sorry I can't help. */

0 comments on commit 6f829d3

Please sign in to comment.