Update chat model initialization in main.py to use "qwen-qwq-32b" and add a new ping function in ping.gs for testing the chatbot API response. ec59be7 Running amanm10000 commited on Mar 22
Implement custom prompt and message formatting for FAQ chatbot in main.py to enhance response accuracy and professionalism. 2fbc411 amanm10000 commited on Mar 22
Add a new POST endpoint for chat in main.py to handle user queries and return responses from the graph model. bdf89c3 amanm10000 commited on Mar 22
Update chat model initialization to "deepseek-r1-distill-llama-70b" and refactor prompt creation using ChatPromptTemplate for improved FAQ chatbot responses in main.py. 6006bfe amanm10000 commited on Mar 22
Update chat model initialization in main.py to use "qwen-qwq-32b" instead of "llama-3.3-70b-versatile". de4c56a amanm10000 commited on Mar 22
Add debug print statement in generate function of main.py to output messages before invoking the LLM. a9e94b5 amanm10000 commited on Mar 22
Update chat model initialization in main.py to use the new "llama-3.3-70b-versatile" model and remove debug print statements for API keys. a6de1b0 amanm10000 commited on Mar 22
Add a root endpoint to main.py that returns a "Hello World" message. b0bcd0c amanm10000 commited on Mar 22
Refactor environment variable access in main.py to use os.environ for GROQ and Cohere API keys, and comment out debug print statements. 29ec62a amanm10000 commited on Mar 22
Comment out dotenv import and load_dotenv call in main.py for environment variable management. 944f540 amanm10000 commited on Mar 22
Add initial project structure with event details for Coherence 2025 hackathon, including .gitignore, documentation files, and Docker setup. 720ed94 amanm10000 commited on Mar 22