clean up temperature

pull/30/head
Kye 1 year ago
parent fcd6440790
commit 24f133e064

@ -39,7 +39,7 @@ streamlit
test-tube test-tube
timm timm
torchmetrics # torchmetrics
webdataset webdataset
yapf yapf
@ -49,7 +49,7 @@ wikipedia==1.4.0
httpx httpx
ggl ggl
gradio_tools
arxiv arxiv
google-api-python-client google-api-python-client

@ -46,7 +46,7 @@ class HierarchicalSwarm:
boss_prompt: Optional[str] = "You are an Boss in a swarm who performs one task based on the following objective: {objective}. Take into account these previously completed tasks: {context}.\n", boss_prompt: Optional[str] = "You are an Boss in a swarm who performs one task based on the following objective: {objective}. Take into account these previously completed tasks: {context}.\n",
worker_prompt: Optional[str] = None, worker_prompt: Optional[str] = None,
temperature: Optional[float] = None, temperature: Optional[float] = 0.5,
max_iterations: Optional[int] = None, max_iterations: Optional[int] = None,
logging_enabled: Optional[bool] = True): logging_enabled: Optional[bool] = True):

Loading…
Cancel
Save