Create your Agentic content team

This commit is contained in:
ajaysi
2024-05-04 18:17:33 +05:30
parent 636c028036
commit 07247fe08e
9 changed files with 190 additions and 1306 deletions

View File

@@ -254,10 +254,15 @@ def create_env_file():
if __name__ == "__main__":
print("Checking Internet..")
check_internet()
print("Creating .env file")
create_env_file()
print("Clear, all this..")
os.system("clear" if os.name == "posix" else "cls")
print("Checking Search APIs..")
check_search_apis()
print("Checking LLM APIs..")
check_llm_environs()
# Export the paths and file names. Dont want alwrity to be chatty and prompt for inputs.