Customized LLM to aid with contract negotiation

1 Open Issue Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Fix the display order of user topics. The current order is incorrect and appears to be due to the recent addition of the `nicknames` table. The solution involves either modifying the backend API query to include ordering based on a timestamp (if one exists in a related table like `queries`) or implementing ordering in the Python frontend due to the small number of topics per user.

Complexity: 3/5
bug good first issue

Customized LLM to aid with contract negotiation

Python