Skip to content

Commit

Permalink
Commented top_p/top_k options for future use
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jul 1, 2024
1 parent 8f51dec commit 1d8c548
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r2ai/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,8 @@ def respond(self):
prompt,
stream=True,
temperature=float(self.env["llm.temperature"]),
# top_p = 0.95,
# top_k = 10,
stop=terminator,
max_tokens=maxtokens
)
Expand Down

0 comments on commit 1d8c548

Please sign in to comment.