Updated how the gradio looks, and doubled down on the system prompt to ensure that the system refers to the documents as its knowledge base. 09ea7c4 verified gyrmo commited on 5 days ago
Added the reranker to improve the quality of the nodes passed on to the query engine. 491dcef verified gyrmo commited on 12 days ago
Forgot to update the package imports to bring in the extractor for the log handler 6f3f6e2 verified gyrmo commited on 18 days ago
Changed the temperature to 0.5, and added a function that will extract the condensed question for analysis. bd30577 verified gyrmo commited on 18 days ago
Added a prompt helper to help manage the tokens, reduced the summary size to 800 abf50ce verified gyrmo commited on Feb 26
Specified chat mode, and made sure that the message was streamed for a nice UI action. 47362ec verified gyrmo commited on Feb 25
Added a memory buffer, and moved the wait llm function to the main bit for gradio. 6c941da verified gyrmo commited on Feb 25
I have added some server specifics because the gradio bit isn't starting up. c54877c verified gyrmo commited on Feb 24
Moved the embedding model to the CPU. This will allow me to have more space on the GPU for the LLM. 824aa63 verified gyrmo commited on Feb 24
Switched the model from Llama 3.3-70B to Llama-3.3-70B-Instruct-FP4. 152d1ec verified gyrmo commited on Feb 24
Specified the provider (groq) anf edited max new tokens to 16k. 001ddc4 verified gyrmo commited on Feb 18
Increased the max new tokens and edited the system prompt to remove the in text citations. Reduced the temperature to 0.5 since there was a lot more faff in the response. ab77125 verified gyrmo commited on Feb 18
Removed the sources display to update the look of the chatbot to something more friendly. 81b60dc verified gyrmo commited on Feb 18
Updated the temperature to 0.8 , and the max new tokens to 8192. Removed the context window, might put it in later as 16000. f24aa68 verified gyrmo commited on Feb 18
Changed from the Inference Provider to running the LLM in the space 1ea4c43 verified gyrmo commited on Feb 17
Changed the temperature to 0 - this is a factual thing we have here uwu. f882112 verified gyrmo commited on Jan 22