Quardo commited on
Commit
31585bb
1 Parent(s): f6874c9

Updated space

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. index.html +4 -0
  3. requirements.txt +1 -2
app.py CHANGED
@@ -310,7 +310,7 @@ To agree to user consent, please do the followings:
310
 
311
  loadModels();checkModels();loadENV();
312
 
313
- lastUpdateMessage = "Terms of service added."
314
  demo = gr.ChatInterface(
315
  respond,
316
  title="GPT-4O-mini",
 
310
 
311
  loadModels();checkModels();loadENV();
312
 
313
+ lastUpdateMessage = "Strict moderation added."
314
  demo = gr.ChatInterface(
315
  respond,
316
  title="GPT-4O-mini",
index.html CHANGED
@@ -37,6 +37,10 @@
37
  <hr/>
38
  <h2>Updates</h2>
39
  <div>
 
 
 
 
40
  <div>
41
  <strong> - 4. Update.</strong>
42
  <p> * Added a user consent feature for the application's terms of use.</p>
 
37
  <hr/>
38
  <h2>Updates</h2>
39
  <div>
40
+ <div>
41
+ <strong> - 5. Update.</strong>
42
+ <p> * Added extreamly strict moderation, as the last model didn't support multi languages.</p>
43
+ </div><hr/>
44
  <div>
45
  <strong> - 4. Update.</strong>
46
  <p> * Added a user consent feature for the application's terms of use.</p>
requirements.txt CHANGED
@@ -2,5 +2,4 @@ uvicorn==0.27.1
2
  starlette==0.37.2
3
  sse-starlette==2.1.2
4
  requests==2.31.0
5
- aiohttp==3.8.5
6
- fastapi_limiter==0.1.6
 
2
  starlette==0.37.2
3
  sse-starlette==2.1.2
4
  requests==2.31.0
5
+ aiohttp==3.8.5