Commit History

change gradio api base
3e5b539

nanfangwuyu21 commited on

Remove useless importings from generator.py
c4159ff

nanfangwuyu21 commited on

change summary model to openai gpt-4o-mini
1f16680

nanfangwuyu21 commited on

Change file location to meet docker and hugging face space needs
0a24fae

nanfangwuyu21 commited on

move app.py to root directory
cff96b6

nanfangwuyu21 commited on

Clean test jupyter notebook files
e26101f

nanfangwuyu21 commited on

change main.py to FastAPI + Gradio mount point; Test the functions locally and fix some bugs
687bbdc

nanfangwuyu21 commited on

Updates libraries impporting (especially langchain), add more apis, complete test for generation
868a18b

nanfangwuyu21 commited on

Re-organized structures. Use chapter and summary managers to handle chapter and summary generatio, save, update and some further logic.
f0fcc0f

nanfangwuyu21 commited on

Change local model tiny llama to use OpenAI api with 4o-mini, change summary model to faster local model. (OpenAI api is an option as well)
8e52cca

nanfangwuyu21 commited on

Use langchain vectorstores library to replace previous faiss index class
31c1247

nanfangwuyu21 commited on

Built FAISS, now working on Langchain integration
2246808

nanfangwuyu21 commited on

Local Reasoning + Generator Module (1st version), working on FAISS Memory
2cd98be

nanfangwuyu21 commited on