clean up temperature

Former-commit-id: 24f133e064
pull/47/head
Kye 1 year ago
parent d4b6ba0e6b
commit 0639250048

@ -39,7 +39,7 @@ streamlit
test-tube
timm
torchmetrics
# torchmetrics
webdataset
yapf
@ -49,7 +49,7 @@ wikipedia==1.4.0
httpx
ggl
gradio_tools
arxiv
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",
worker_prompt: Optional[str] = None,
temperature: Optional[float] = None,
temperature: Optional[float] = 0.5,
max_iterations: Optional[int] = None,
logging_enabled: Optional[bool] = True):

Loading…
Cancel
Save