Maga222006
commited on
Commit
·
bc06af6
1
Parent(s):
4322276
MultiagentPersonalAssistant
Browse files- .gitignore +2 -1
- agents/__pycache__/models.cpython-312.pyc +0 -0
- agents/coder/__pycache__/tools.cpython-312.pyc +0 -0
- agents/models.py +1 -1
- database_files/main.db +0 -0
.gitignore
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
-
.env
|
|
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
test.py
|
agents/__pycache__/models.cpython-312.pyc
CHANGED
|
Binary files a/agents/__pycache__/models.cpython-312.pyc and b/agents/__pycache__/models.cpython-312.pyc differ
|
|
|
agents/coder/__pycache__/tools.cpython-312.pyc
CHANGED
|
Binary files a/agents/coder/__pycache__/tools.cpython-312.pyc and b/agents/coder/__pycache__/tools.cpython-312.pyc differ
|
|
|
agents/models.py
CHANGED
|
@@ -16,7 +16,7 @@ llm_supervisor = init_chat_model(
|
|
| 16 |
)
|
| 17 |
|
| 18 |
llm_peripheral = init_chat_model(
|
| 19 |
-
model="llama-3.1-8b-instant"
|
| 20 |
)
|
| 21 |
|
| 22 |
llm_sub_agents = init_chat_model(
|
|
|
|
| 16 |
)
|
| 17 |
|
| 18 |
llm_peripheral = init_chat_model(
|
| 19 |
+
model="groq:llama-3.1-8b-instant"
|
| 20 |
)
|
| 21 |
|
| 22 |
llm_sub_agents = init_chat_model(
|
database_files/main.db
CHANGED
|
Binary files a/database_files/main.db and b/database_files/main.db differ
|
|
|