Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e_tests/oneclick-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# The script assumes:
# - sui CLI, jq, cargo
# - env var SUI_WALLET_PATH poiting to the wallet yaml
# - env var SUI_WALLET_PATH pointing to the wallet yaml
# or it can be alternatively defined in .env file (see README)
# - pwd is a git repo
#
Expand Down
2 changes: 1 addition & 1 deletion offchain/tools/src/nexus_tools/server/crew/talus_ollama.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### This class will basically overrides the LLM implementaion for Ollama as we added
### This class will basically overrides the LLM implementation for Ollama as we added
### the ability to report usage per agent request, the logic here is to be able to chrage


Expand Down
2 changes: 1 addition & 1 deletion offchain/tools/tests/test_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@pytest.mark.unit
def test_create_agents_and_tasks():
request_company_descriptiondata = {
"desciption": "A tech company specializing in AI solutions.",
"description": "A tech company specializing in AI solutions.",
"company_domain": "ai-tech.com",
"hiring_needs": "Senior AI Engineer",
"specific_benefits": "Remote work, flexible hours, stock options",
Expand Down
Loading