Skip to content

Commit

Permalink
Licence update and .gitignore changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Code7G committed Nov 26, 2023
1 parent 8fbe3eb commit b55912f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ venv/

__pycache__/

goalsInfo.db
Screenshots

goalsInfo.db
MemoryDB.db
7 changes: 6 additions & 1 deletion DAIA_GPT4V/Thinker/thinking.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def __init__(self, key: str, goal: str, goal_id: int):
)

def goal_completer(self, suggestions: str):
''''
Compleate goals
'''

setup()

# Setup system info and commands
Expand Down Expand Up @@ -579,7 +583,8 @@ def save_action(self, action1: str, action2: str, category: int):
Please use the provided context to extract and present the most important data from the input.
""",
)
important_data = self.get_important_data(full_data, previous_important_data)
important_data = self.get_important_data(
full_data, previous_important_data)

# Save the action
new_action = memory.create_action_object(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ Let's build the future of AGI Together!

## 5. License 📄

DAIA is under the Creative Commons license.
DAIA is under the GNU Version 3 licence (https://fsf.org/).

For the most up-to-date information, visit [DAIA's official website](https://envedity.github.io/). 🌐🚀

0 comments on commit b55912f

Please sign in to comment.