From e1197f0c4702ac690f9be1804f8eb26262ce425d Mon Sep 17 00:00:00 2001 From: MrBounty Date: Thu, 8 Aug 2024 11:36:15 +0200 Subject: [PATCH] Removed some comment and update TODO --- Stripe.go | 1 - TODO.md | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Stripe.go b/Stripe.go index 1c3ff2c..89c351d 100644 --- a/Stripe.go +++ b/Stripe.go @@ -1,4 +1,3 @@ -// That work, you can pay. Fully functional package main import ( diff --git a/TODO.md b/TODO.md index 76752a6..eb4ed0e 100644 --- a/TODO.md +++ b/TODO.md @@ -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