diff --git a/examples/run.py b/examples/run.py index 52d96fe..02c0d09 100644 --- a/examples/run.py +++ b/examples/run.py @@ -131,8 +131,7 @@ def construct_society(question: str) -> RolePlaying: def main(): r"""Main function to run the OWL system with an example question.""" # Default research question - default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. -Note: You have been provided with the necessary tools to complete this task." + default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. Note: You have been provided with the necessary tools to complete this task." # Override default task if command line argument is provided task = sys.argv[1] if len(sys.argv) > 1 else default_task diff --git a/examples/run_azure_openai.py b/examples/run_azure_openai.py index 3a569bf..c17c661 100644 --- a/examples/run_azure_openai.py +++ b/examples/run_azure_openai.py @@ -105,8 +105,7 @@ def construct_society(question: str) -> OwlRolePlaying: def main(): r"""Main function to run the OWL system with Azure OpenAI.""" # Example question - default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. -Note: You have been provided with the necessary tools to complete this task." + default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. Note: You have been provided with the necessary tools to complete this task." # Override default task if command line argument is provided task = sys.argv[1] if len(sys.argv) > 1 else default_task diff --git a/examples/run_gemini.py b/examples/run_gemini.py index 58f33ec..7efa938 100644 --- a/examples/run_gemini.py +++ b/examples/run_gemini.py @@ -127,8 +127,7 @@ def construct_society(question: str) -> RolePlaying: def main(): r"""Main function to run the OWL system with an example question.""" # Default research question - default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. -Note: You have been provided with the necessary tools to complete this task." + default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. Note: You have been provided with the necessary tools to complete this task." # Override default task if command line argument is provided task = sys.argv[1] if len(sys.argv) > 1 else default_task diff --git a/examples/run_groq.py b/examples/run_groq.py index 2004369..955ef88 100644 --- a/examples/run_groq.py +++ b/examples/run_groq.py @@ -142,8 +142,7 @@ def construct_society(question: str) -> OwlRolePlaying: def main(): r"""Main function to run the OWL system with an example question.""" # Example research question - default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. -Note: You have been provided with the necessary tools to complete this task." + default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. Note: You have been provided with the necessary tools to complete this task." # Construct and run the society # Note: This configuration uses GROQ_LLAMA_3_3_70B for tool-intensive roles (assistant, web, planning, video, image) diff --git a/examples/run_mini.py b/examples/run_mini.py index 4c65320..b5924b7 100644 --- a/examples/run_mini.py +++ b/examples/run_mini.py @@ -110,8 +110,7 @@ def construct_society(question: str) -> RolePlaying: def main(): r"""Main function to run the OWL system with an example question.""" # Default research question - default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. -Note: You have been provided with the necessary tools to complete this task." + default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. Note: You have been provided with the necessary tools to complete this task." # Override default task if command line argument is provided task = sys.argv[1] if len(sys.argv) > 1 else default_task diff --git a/examples/run_mistral.py b/examples/run_mistral.py index ef8e77e..5369876 100644 --- a/examples/run_mistral.py +++ b/examples/run_mistral.py @@ -131,8 +131,7 @@ def construct_society(question: str) -> RolePlaying: def main(): r"""Main function to run the OWL system with an example question.""" # Default research question - default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. -Note: You have been provided with the necessary tools to complete this task." + default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. Note: You have been provided with the necessary tools to complete this task." # Override default task if command line argument is provided task = sys.argv[1] if len(sys.argv) > 1 else default_task diff --git a/examples/run_novita_ai.py b/examples/run_novita_ai.py index e9f9a16..87c5ddf 100644 --- a/examples/run_novita_ai.py +++ b/examples/run_novita_ai.py @@ -118,8 +118,7 @@ def construct_society(question: str) -> RolePlaying: def main(): r"""Main function to run the OWL system with an example question.""" # Default research question - default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. -Note: You have been provided with the necessary tools to complete this task." + default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. Note: You have been provided with the necessary tools to complete this task." # Override default task if command line argument is provided task = sys.argv[1] if len(sys.argv) > 1 else default_task diff --git a/examples/run_ollama.py b/examples/run_ollama.py index 00820ca..2ff5357 100644 --- a/examples/run_ollama.py +++ b/examples/run_ollama.py @@ -126,8 +126,7 @@ def construct_society(question: str) -> RolePlaying: def main(): r"""Main function to run the OWL system with an example question.""" # Default research question - default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. -Note: You have been provided with the necessary tools to complete this task." + default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. Note: You have been provided with the necessary tools to complete this task." # Override default task if command line argument is provided task = sys.argv[1] if len(sys.argv) > 1 else default_task diff --git a/examples/run_openai_compatible_model.py b/examples/run_openai_compatible_model.py index 3b5b3e1..0cc4693 100644 --- a/examples/run_openai_compatible_model.py +++ b/examples/run_openai_compatible_model.py @@ -129,8 +129,7 @@ def construct_society(question: str) -> RolePlaying: def main(): r"""Main function to run the OWL system with an example question.""" # Example research question - default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. -Note: You have been provided with the necessary tools to complete this task." + default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. Note: You have been provided with the necessary tools to complete this task." # Override default task if command line argument is provided task = sys.argv[1] if len(sys.argv) > 1 else default_task diff --git a/examples/run_together_ai.py b/examples/run_together_ai.py index 96d5d29..7f60931 100644 --- a/examples/run_together_ai.py +++ b/examples/run_together_ai.py @@ -118,8 +118,7 @@ def construct_society(question: str) -> RolePlaying: def main(): r"""Main function to run the OWL system with an example question.""" # Default research question - default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. -Note: You have been provided with the necessary tools to complete this task." + default_task = "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. Note: You have been provided with the necessary tools to complete this task." # Override default task if command line argument is provided task = sys.argv[1] if len(sys.argv) > 1 else default_task diff --git a/owl/webapp.py b/owl/webapp.py index ae1f4bc..0c3064c 100644 --- a/owl/webapp.py +++ b/owl/webapp.py @@ -1092,8 +1092,7 @@ def create_ui(): label="Question", elem_id="question_input", show_copy_button=True, - value="Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. -Note: You have been provided with the necessary tools to complete this task.", + value="Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. Note: You have been provided with the necessary tools to complete this task.", ) # Enhanced module selection dropdown @@ -1128,8 +1127,7 @@ Note: You have been provided with the necessary tools to complete this task.", # Example questions examples = [ - "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. -Note: You have been provided with the necessary tools to complete this task.", + "Open Brave search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file. Note: You have been provided with the necessary tools to complete this task.", "Browse Amazon and find a product that is attractive to programmers. Please provide the product name and price", "Write a hello world python file and save it locally", ]