Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 committed Aug 26, 2024
1 parent 24350a0 commit 73cbca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lavague-core/lavague/core/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def get_action_from_context(self, context: str, query: str) -> str:
query_str=query,
authorized_xpaths=authorized_xpaths,
)

response = self.llm.complete(prompt).text
code = self.extractor.extract(response)
return code
Expand Down

0 comments on commit 73cbca4

Please sign in to comment.