Removed some comment and update TODO

This commit is contained in:
Adrien Bouvais 2024-08-08 11:36:15 +02:00
parent 3155b0884b
commit e1197f0c47
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,3 @@
// That work, you can pay. Fully functional
package main
import (

View File

@ -11,8 +11,8 @@
# Features
[X] SSE to WebSocket
[X] Add max tokens
[ ] Errors messages to know what happend
[ ] Check the response status and add a message accordingly (Like 402 Payment required)
[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
@ -20,9 +20,11 @@
[ ] 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
# Other
[ ] 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