Skip to content

Commit

Permalink
Update llm_computer_interface.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Winter committed May 24, 2024
1 parent 3130c27 commit a839667
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,11 +445,9 @@ def open_editor(self):
add_tools_and_structures_documentation_to_system_prompt=True,
)
sampling_settings = provider.get_provider_default_settings()
sampling_settings.top_k = 40
sampling_settings.temperature = 0.45
sampling_settings.top_p = 0.85
sampling_settings.tfs_z = 1.0
sampling_settings.min_p = 0.0
sampling_settings.temperature = 0.55
sampling_settings.top_k = 40

llm_computer_interface = LlmComputerInterface(agent=agent, sampling_settings=sampling_settings, operating_system="Windows 11", venv_path="./venv_agent")

Expand Down

0 comments on commit a839667

Please sign in to comment.