jgravelle / AutoGroq

AutoGroq is a groundbreaking tool that revolutionizes the way users interact with Autogen™ and other AI assistants. By dynamically generating tailored teams of AI agents based on your project requirements, AutoGroq eliminates the need for manual configuration and allows you to tackle any question, problem, or project with ease and efficiency.

Home Page:https://autogroq.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use gitignore for compiled python etc

scruffynerf opened this issue · comments

It's a best practice to use .gitignore to remove the pycache directories, which are both autocreated, and user specific (version, machine, etc etc)

Also, provide a sample config file to copy before first use, and remove the actual config from the repo, otherwise any git update balks due to file changes made to that config file.

Had to meet you half way. Streamlit immediately digests GitHub updates, so a valid config.py is mandatory. Thanks again...

@jgravelle
You should delete the existing pycache folders (there are 3 I think)