Skip to content

Conversation

@chsahit
Copy link
Contributor

@chsahit chsahit commented Oct 17, 2025

No description provided.

Copy link
Member

@NishanthJKumar NishanthJKumar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great progress - this is looking quite good! left some minor comments. after check passes and comments are addressed, we can merge

@@ -0,0 +1,157 @@
"""Interface for spot sweeping skill."""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: change to "wiping skill."

@@ -0,0 +1,696 @@
import argparse
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we combine this with the previous file? two separate files seems a bit messy/redundant

assert "OPENAI_API_KEY" in os.environ
key = os.environ["OPENAI_API_KEY"]

# @retry(wait=wait_random_exponential(min=1, max=60),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this is unnec, let's delete

self.call_openai_api(messages, model=self.model_name, max_tokens=self._max_tokens, temperature=temperature)
for _ in range(num_completions)
]
# while any("sorry" in response.lower() for response in responses):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's delete this as well if unnec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants