rename chatgpt microservice (#30)

* rename chagpt microservice

* add deprecated models
This commit is contained in:
Dmitry Afanasyev
2023-10-09 00:22:26 +03:00
committed by GitHub
parent 6a97c29023
commit f6f3865fb6
34 changed files with 14 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "{{chat_path}}/assets/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "{{chat_path}}/assets/img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}