mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-25 12:16:17 +03:00
change discord icon to telegram icon on gui
This commit is contained in:
parent
a77848429e
commit
d3040b0c14
@ -79,7 +79,7 @@
|
||||
<span>Clear Conversations</span>
|
||||
</button>
|
||||
<div class="info">
|
||||
<i class="fa-brands fa-discord"></i>
|
||||
<i class="fa-brands fa-telegram"></i>
|
||||
<span class="convo-title">telegram: <a href="https://t.me/g4f_official">@g4f_official</a><br>
|
||||
</span>
|
||||
</div>
|
||||
|
@ -144,7 +144,7 @@ const ask_gpt = async (message) => {
|
||||
|
||||
chunk = new TextDecoder().decode(value);
|
||||
|
||||
if (chunk.includes(`<form id="challenge-form" action="/backend-api/v2/conversation?`)) {
|
||||
if (chunk.includes(`<form id="challenge-form" action="/backend-api/v2/conversation?")) {
|
||||
chunk = `cloudflare token expired, please refresh the page.`;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user