Removed some comment and update TODO
This commit is contained in:
parent
3155b0884b
commit
e1197f0c47
@ -1,4 +1,3 @@
|
|||||||
// That work, you can pay. Fully functional
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
6
TODO.md
6
TODO.md
@ -11,8 +11,8 @@
|
|||||||
# Features
|
# Features
|
||||||
[X] SSE to WebSocket
|
[X] SSE to WebSocket
|
||||||
[X] Add max tokens
|
[X] Add max tokens
|
||||||
[ ] Errors messages to know what happend
|
[X] Errors messages to know what happend
|
||||||
[ ] Check the response status and add a message accordingly (Like 402 Payment required)
|
[X] Check the response status and add a message accordingly (Like 402 Payment required)
|
||||||
[X] Add Deepseek API
|
[X] Add Deepseek API
|
||||||
[X] Add TogetherAI API
|
[X] Add TogetherAI API
|
||||||
[X] Add Nvidia NIM
|
[X] Add Nvidia NIM
|
||||||
@ -20,9 +20,11 @@
|
|||||||
[ ] Add login with email and password
|
[ ] Add login with email and password
|
||||||
[ ] Add login with other provider
|
[ ] Add login with other provider
|
||||||
[ ] Better temperature settings. (Anthropic from 0-1, OpenAI from 0-2, DeepSeek from -2-2, ect)
|
[ ] Better temperature settings. (Anthropic from 0-1, OpenAI from 0-2, DeepSeek from -2-2, ect)
|
||||||
|
[ ] Auto update the modelsInfos list
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
[ ] Change the terms of service and enter keys page to an HTML
|
[ ] Change the terms of service and enter keys page to an HTML
|
||||||
[ ] Split Chat.go into smaller files
|
[ ] Split Chat.go into smaller files
|
||||||
[ ] Create a Request package
|
[ ] Create a Request package
|
||||||
[ ] Use the normal RequestProvider function instead of TestProvider to remove TestProvider
|
[ ] 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user