feat: Implement World Architect
This commit is contained in:
@@ -14,10 +14,11 @@ llm = ChatLlamaCpp(
|
||||
temperature=0.2,
|
||||
model_path=DEFAULT_MODEL_PATH,
|
||||
n_ctx=4096,
|
||||
n_gpu_layers=8,
|
||||
n_gpu_layers=11,
|
||||
max_tokens=512,
|
||||
n_threads=multiprocessing.cpu_count() - 1,
|
||||
repeat_penalty=1.5,
|
||||
verbose=False,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user