You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Minstral API seems to be based on the OpenAI API. If you could add Minstral API Key, and connect to the Minstral endpoint, and maybe adjust some parameters, that would be great.
Thanks.
The text was updated successfully, but these errors were encountered:
Yes, it would be great =)
In the meantime, here is some magic (brute-force) sed for a previous version :
/var/www/chatgpt-web/dist/assets#
cp index-79b864b7.js index-79b864b7-saved.js
sed -i 's/api.openai.com/api.mistral.ai/g' index-79b864b7.js
sed -i 's/gpt-3.5-turbo-0301/mistral-small/g' index-79b864b7.js
sed -i 's/gpt-3.5-turbo-0613/mistral-medium/g' index-79b864b7.js
sed -i 's/gpt-3.5-turbo/mistral-tiny/g' index-79b864b7.js
sed -i 's/ChatGPT-web/Mistral-web/g' index-79b864b7.js
sed -i 's/,n:b,/,/g' index-79b864b7.js
sed -i 's/,n:1,/,/g' index-79b864b7.js
sed -i 's/I.streaming/false/g' index-79b864b7.js
sed -i 's/:G.stream,/:false,/g' index-79b864b7.js
/var/www/chatgpt-web/dist#
sed -i 's/ChatGPT-web/Mistral-web/g' index.html
The Minstral API seems to be based on the OpenAI API. If you could add Minstral API Key, and connect to the Minstral endpoint, and maybe adjust some parameters, that would be great.
Thanks.
The text was updated successfully, but these errors were encountered: