Skip to content

Commit

Permalink
Removed num_parallel_processes from LLM class
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonBohdan committed Nov 6, 2023
1 parent 648e5e6 commit 9c6b2e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neon_llm_chatgpt/chatgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def __init__(self, config):
self.context_depth = config["context_depth"]
self.max_tokens = config["max_tokens"]
self.api_key = config["key"]
self.num_parallel_processes = config["num_parallel_processes"]
self.warmup()

@property
Expand Down

0 comments on commit 9c6b2e0

Please sign in to comment.