[Improvements] improve package ux (#950)

Co-authored-by: Deven Patel <deven298@yahoo.com>
This commit is contained in:
Deven Patel
2023-11-14 17:53:43 -08:00
committed by GitHub
parent 95c0d47236
commit 82fd595306
7 changed files with 33 additions and 19 deletions

8
configs/gpt4.yaml Normal file
View File

@@ -0,0 +1,8 @@
llm:
provider: openai
config:
model: 'gpt-4'
temperature: 0.5
max_tokens: 1000
top_p: 1
stream: false