llm_topic_modelling / tools /llm_api_call.py

Commit History

Refactored call_llama_cpp_model function to include model parameter in chatfuncs.py and updated import statements in llm_api_call.py to reflect this change.
a10d388

seanpedrickcase commited on

Moved model load to chatfuncs submodule to hopefully avoid gpu run issues
1f0d087

seanpedrickcase commited on

Corrected prompt. Now runs Haiku correctly
0a726d1

seanpedrickcase commited on

Can now specify root path for app with an environment variable
c79d667

seanpedrickcase commited on

Added support for using local models (specifically Gemma 2b) for topic extraction and summary. Generally improved output format safeguards.
b7f4700

seanpedrickcase commited on

Added more guidance in Readme. Now wipes variables on click to create or summarise topics
f8f34c2

seanpedrickcase commited on

Capitalise zero shot topics on input
991fcdc

seanpedrickcase commited on