Commit Graph

9 Commits

Author SHA1 Message Date
Eugen Eisler
147da29c1a feat: use -r, --raw: Use defaults of model (don't send temperature etc.) and use the user role instead of the system role. 2024-09-15 20:38:19 +02:00
Eugen Eisler
329c843567 feat: implement -u, --user-instead-of-system: Use the user role instead of the system role for the pattern. It is needed for Open AI o1 models for now. 2024-09-15 15:09:45 +02:00
Eugen Eisler
d6552f5811 feat: add support for pattern variables 2024-09-03 15:13:03 +02:00
Azwar Tamim
e26d72c2f0
Merge branch 'main' into add_dry_run 2024-09-01 13:53:38 +07:00
Azwar Tamim
feabd565dc Refactor dry run to DryRun Vendor 2024-09-01 13:44:56 +07:00
ALX99
21f4b5f774 refactor: accept context as parameter of Vendor.Send
In golang, contexts should be propagated downwards in order to be able
to provide features such as cancellation.

This commit refactors the Vendor interface to accept a context as a
first parameter so that it can be propagated downwards.
2024-08-26 19:38:18 +09:00
Eugen Eisler
4d77ed30e9 test: implement test for common package 2024-08-22 20:57:49 +02:00
Eugen Eisler
75ee3ac5e4 feat: add last changes from fabric-go; fix some Gemini problems 2024-08-17 00:02:03 +02:00
Jonathan Dunn
7399d84446 initial 2024-08-16 15:43:27 -04:00