Jade/TODO.md
2024-08-08 17:54:14 +02:00

37 lines
1.4 KiB
Markdown

# Bugs
[ ] Sometime I can redo or edit but the button is not available
[X] The SSE event that sometime fails after some times. Reconnect when sending a new message.
[X] 2 selected messages
[X] On first response, code block width are too long
[X] Change Terms of service to say that I use one cookie
[X] Change the lastSelectedLLMs, 2 users can't use the same time...
[X] CTRL + Enter not working
[ ] Add all Together AI models
# Features
[X] SSE to WebSocket
[X] Add max tokens
[X] Errors messages to know what happend
[X] Check the response status and add a message accordingly (Like 402 Payment required)
[X] Add Deepseek API
[X] Add TogetherAI API
[X] Add Nvidia NIM
[ ] Host the database on Fly.io
[ ] Add login with email and password
[ ] Add login with other provider
[ ] Better temperature settings. (Anthropic from 0-1, OpenAI from 0-2, DeepSeek from -2-2, ect)
[ ] Auto update the modelsInfos list
[ ] Encrypt the API keys
[ ] Send me an email every xh with the new code error logs
# Opti
[ ] Import all company and modelInfos at the start to not request the db
# Other
[ ] Remove all panic
[ ] Change the terms of service and enter keys page to an HTML
[ ] Split Chat.go into smaller files
[ ] Create a Request package
[ ] Use the normal RequestProvider function instead of TestProvider to remove TestProvider
[ ] Add a dashboard to see the use of the app (Like how many this route or this model, ect) accross all users