Closed dot-Justin closed 5 months ago
get_env
state.json
utils/
llmparse.py
.lower
integrations/rabbithole.py
utils/database.py
utils/journals.py
utils/parse.py
utils/llm_parse.py does its job now.
(\ /) (◠ + ◠ ) ►◄
Main changes:
get_env
etc.state.json
intoutils/
to condense the root dirllmparse.py
, removed.lower
from the message variable. This enables sending messages with capital letters now, as they were sent from groq.Removed files:
integrations/rabbithole.py
(used to login and get info from rabbithole, no longer needed because we call the api directly)utils/database.py
(used to create a database and log entries, no longer needed because we log inutils/journals.py
now)utils/parse.py
(used to parse rabbithole entries to commands,utils/llm_parse.py does its job now.
)