@@ -603,7 +603,7 @@ color: white;
603
603
const response = await fetch ( 'https://api.cohere.ai/v1/summarize' , {
604
604
method : 'POST' ,
605
605
headers : {
606
- 'Authorization' : 'Bearer npknXHWGCEpBMB87M5KEYZJFpeZB4uKoSN7pQXSj ' ,
606
+ 'Authorization' : 'Bearer ikdrKhHFuG9jlsA9fTePLRokNhWBWftZSH6D4wgU ' ,
607
607
'Content-Type' : 'application/json'
608
608
} ,
609
609
body : JSON . stringify ( {
@@ -774,7 +774,7 @@ color: white;
774
774
const response = await fetch ( 'https://api.cohere.ai/v1/summarize' , {
775
775
method : 'POST' ,
776
776
headers : {
777
- 'Authorization' : 'Bearer npknXHWGCEpBMB87M5KEYZJFpeZB4uKoSN7pQXSj ' ,
777
+ 'Authorization' : 'Bearer ikdrKhHFuG9jlsA9fTePLRokNhWBWftZSH6D4wgU ' ,
778
778
'Content-Type' : 'application/json'
779
779
} ,
780
780
body : JSON . stringify ( {
@@ -936,7 +936,7 @@ color: white;
936
936
const response = await fetch ( 'https://api.cohere.ai/v1/summarize' , {
937
937
method : 'POST' ,
938
938
headers : {
939
- 'Authorization' : 'Bearer npknXHWGCEpBMB87M5KEYZJFpeZB4uKoSN7pQXSj ' ,
939
+ 'Authorization' : 'Bearer ikdrKhHFuG9jlsA9fTePLRokNhWBWftZSH6D4wgU ' ,
940
940
'Content-Type' : 'application/json'
941
941
} ,
942
942
body : JSON . stringify ( {
@@ -1062,7 +1062,11 @@ function updateSidebarWidth() {
1062
1062
toggleButton . style . top = "50px" ;
1063
1063
sidebar . style . zIndex = 15000 ;
1064
1064
}
1065
- fixedField . style . display = "block" ;
1065
+ if ( fixedField . style . display === "none" ) {
1066
+ fixedField . style . display = "none" ;
1067
+ } else {
1068
+ fixedField . style . display = "block" ;
1069
+ }
1066
1070
fixedField . style . position = "fixed" ;
1067
1071
fixedField . style . width = "100%" ;
1068
1072
fixedField . style . left = "0" ;
0 commit comments