From 7da48a934c8dc2c6e9165faedef7abe6bb22ec22 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Tue, 3 Dec 2024 22:18:08 +0100 Subject: docu new options --- roles-example.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'roles-example.ini') diff --git a/roles-example.ini b/roles-example.ini index 90d32bc..dde5fe0 100644 --- a/roles-example.ini +++ b/roles-example.ini @@ -20,3 +20,15 @@ temperature = 0.4 model = gpt-4 [refactor.options-complete] + +[o1-mini] +[o1-mini.options-chat] +stream = 0 +model = o1-mini +max_tokens = 0 +max_completion_tokens = 25000 +temperature = 1 +initial_prompt = + >>> user + You are a general assistant. + If you attach a code block add syntax type after ``` to enable syntax highlighting. -- cgit v1.2.3