From e0108cd8f5641552bf9cf82d692f45ca11c48fd6 Mon Sep 17 00:00:00 2001 From: Ilya Bondar Date: Wed, 18 Sep 2024 19:13:13 +0200 Subject: [PATCH 1/2] chore: update icons with transparent background (Issue #2144) --- static/Cohere.svg | 8 ++--- static/GPT-4-V.svg | 15 +++------- static/Gemini-Pro-Vision.svg | 15 +++++----- static/Gemini.svg | 13 +++++---- static/Imagen.svg | 13 ++------- static/Llama2.svg | 9 +++--- static/Stable-Diffusion.svg | 7 ++--- static/ai21_j2.svg | 8 ++--- static/anthropic.svg | 6 ++-- static/awc.svg | 45 +++++++++++------------------ static/config.json | 3 +- static/databricks.svg | 6 ++-- static/dolly.svg | 6 ++-- static/gpt3.svg | 6 ++-- static/gpt4.svg | 6 ++-- static/message-square-lines-alt.svg | 4 +-- static/mistral_7.svg | 34 +++++++++++----------- static/palm2.svg | 24 +++++---------- 18 files changed, 92 insertions(+), 136 deletions(-) diff --git a/static/Cohere.svg b/static/Cohere.svg index 3eede57f..d23eb600 100644 --- a/static/Cohere.svg +++ b/static/Cohere.svg @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/static/GPT-4-V.svg b/static/GPT-4-V.svg index 6191e61a..1bb7970c 100644 --- a/static/GPT-4-V.svg +++ b/static/GPT-4-V.svg @@ -1,12 +1,5 @@ - - - - - - - - - - - + + + + diff --git a/static/Gemini-Pro-Vision.svg b/static/Gemini-Pro-Vision.svg index a5cdda08..7064ced7 100644 --- a/static/Gemini-Pro-Vision.svg +++ b/static/Gemini-Pro-Vision.svg @@ -1,10 +1,11 @@ - - - + + + - - - - + + + + + diff --git a/static/Gemini.svg b/static/Gemini.svg index 60be1553..02ba5474 100644 --- a/static/Gemini.svg +++ b/static/Gemini.svg @@ -1,9 +1,10 @@ - - + + - - - - + + + + + diff --git a/static/Imagen.svg b/static/Imagen.svg index 765799f1..3a204363 100644 --- a/static/Imagen.svg +++ b/static/Imagen.svg @@ -1,11 +1,4 @@ - - - - - - - - - - + + + diff --git a/static/Llama2.svg b/static/Llama2.svg index 6ebcdab3..2c1d7efb 100644 --- a/static/Llama2.svg +++ b/static/Llama2.svg @@ -1,6 +1,5 @@ - - - - + + + + diff --git a/static/Stable-Diffusion.svg b/static/Stable-Diffusion.svg index c98ce70d..550604b2 100644 --- a/static/Stable-Diffusion.svg +++ b/static/Stable-Diffusion.svg @@ -1,5 +1,4 @@ - - - + + + diff --git a/static/ai21_j2.svg b/static/ai21_j2.svg index 77877364..3f40d1c7 100644 --- a/static/ai21_j2.svg +++ b/static/ai21_j2.svg @@ -1,5 +1,3 @@ - - - - \ No newline at end of file + + + diff --git a/static/anthropic.svg b/static/anthropic.svg index dabc29a1..f78cd16f 100644 --- a/static/anthropic.svg +++ b/static/anthropic.svg @@ -1,5 +1,3 @@ - - - + + diff --git a/static/awc.svg b/static/awc.svg index bcb93dc5..5386b800 100644 --- a/static/awc.svg +++ b/static/awc.svg @@ -1,28 +1,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + diff --git a/static/config.json b/static/config.json index 4fda2b18..f43a2b69 100644 --- a/static/config.json +++ b/static/config.json @@ -49,7 +49,8 @@ "controls-bg-disable": "#7F8792", "controls-text-permanent": "#FCFCFC", - "controls-text-disable": "#333942" + "controls-text-disable": "#333942", + "bg-model-icon": "#FFFFFF" } }, { diff --git a/static/databricks.svg b/static/databricks.svg index 4c2595b1..dd5597a2 100644 --- a/static/databricks.svg +++ b/static/databricks.svg @@ -1,5 +1,3 @@ - - - + + diff --git a/static/dolly.svg b/static/dolly.svg index b75f60aa..ffe0cc80 100644 --- a/static/dolly.svg +++ b/static/dolly.svg @@ -1,5 +1,3 @@ - - - + + diff --git a/static/gpt3.svg b/static/gpt3.svg index 0636c3a4..74b61b1b 100644 --- a/static/gpt3.svg +++ b/static/gpt3.svg @@ -1,5 +1,3 @@ - - - + + diff --git a/static/gpt4.svg b/static/gpt4.svg index f3144448..6f5a39bd 100644 --- a/static/gpt4.svg +++ b/static/gpt4.svg @@ -1,5 +1,3 @@ - - - + + diff --git a/static/message-square-lines-alt.svg b/static/message-square-lines-alt.svg index 9bef5e56..d3d4adce 100644 --- a/static/message-square-lines-alt.svg +++ b/static/message-square-lines-alt.svg @@ -1,3 +1,3 @@ - - + + diff --git a/static/mistral_7.svg b/static/mistral_7.svg index 4a96939b..a121b978 100644 --- a/static/mistral_7.svg +++ b/static/mistral_7.svg @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/static/palm2.svg b/static/palm2.svg index cfb7eabc..fe570d10 100644 --- a/static/palm2.svg +++ b/static/palm2.svg @@ -1,17 +1,9 @@ - - - - - - - - - - - - - - - + + + + + + + + From 32c6f3560e99952711112e72dc9a81d4219187a0 Mon Sep 17 00:00:00 2001 From: Ilya Bondar Date: Wed, 18 Sep 2024 19:23:12 +0200 Subject: [PATCH 2/2] fix icons --- static/Cohere.svg | 8 +++---- static/GPT-4-V.svg | 8 +++---- static/Gemini-Pro-Vision.svg | 8 +++---- static/Gemini.svg | 6 ++--- static/Imagen.svg | 6 ++--- static/Llama2.svg | 8 +++---- static/ai21_j2.svg | 4 ++-- static/anthropic.svg | 4 ++-- static/awc.svg | 32 +++++++++++++-------------- static/dolly.svg | 4 ++-- static/gpt3.svg | 4 ++-- static/gpt4.svg | 4 ++-- static/message-square-lines-alt.svg | 4 ++-- static/mistral_7.svg | 34 ++++++++++++++--------------- static/palm2.svg | 16 +++++++------- 15 files changed, 75 insertions(+), 75 deletions(-) diff --git a/static/Cohere.svg b/static/Cohere.svg index d23eb600..c15020c4 100644 --- a/static/Cohere.svg +++ b/static/Cohere.svg @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/static/GPT-4-V.svg b/static/GPT-4-V.svg index 1bb7970c..4a1dfbe5 100644 --- a/static/GPT-4-V.svg +++ b/static/GPT-4-V.svg @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/static/Gemini-Pro-Vision.svg b/static/Gemini-Pro-Vision.svg index 7064ced7..e50210a2 100644 --- a/static/Gemini-Pro-Vision.svg +++ b/static/Gemini-Pro-Vision.svg @@ -1,8 +1,8 @@ - - - + + + - + diff --git a/static/Gemini.svg b/static/Gemini.svg index 02ba5474..9627f3c7 100644 --- a/static/Gemini.svg +++ b/static/Gemini.svg @@ -1,7 +1,7 @@ - - + + - + diff --git a/static/Imagen.svg b/static/Imagen.svg index 3a204363..eb17707a 100644 --- a/static/Imagen.svg +++ b/static/Imagen.svg @@ -1,4 +1,4 @@ - - - + + + diff --git a/static/Llama2.svg b/static/Llama2.svg index 2c1d7efb..e219a299 100644 --- a/static/Llama2.svg +++ b/static/Llama2.svg @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/static/ai21_j2.svg b/static/ai21_j2.svg index 3f40d1c7..c1addfd7 100644 --- a/static/ai21_j2.svg +++ b/static/ai21_j2.svg @@ -1,3 +1,3 @@ - - + + diff --git a/static/anthropic.svg b/static/anthropic.svg index f78cd16f..75c03398 100644 --- a/static/anthropic.svg +++ b/static/anthropic.svg @@ -1,3 +1,3 @@ - - + + diff --git a/static/awc.svg b/static/awc.svg index 5386b800..7fde4255 100644 --- a/static/awc.svg +++ b/static/awc.svg @@ -1,17 +1,17 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/static/dolly.svg b/static/dolly.svg index ffe0cc80..4b91065e 100644 --- a/static/dolly.svg +++ b/static/dolly.svg @@ -1,3 +1,3 @@ - - + + diff --git a/static/gpt3.svg b/static/gpt3.svg index 74b61b1b..d307f0f9 100644 --- a/static/gpt3.svg +++ b/static/gpt3.svg @@ -1,3 +1,3 @@ - - + + diff --git a/static/gpt4.svg b/static/gpt4.svg index 6f5a39bd..eb6703f4 100644 --- a/static/gpt4.svg +++ b/static/gpt4.svg @@ -1,3 +1,3 @@ - - + + diff --git a/static/message-square-lines-alt.svg b/static/message-square-lines-alt.svg index d3d4adce..7e8172c5 100644 --- a/static/message-square-lines-alt.svg +++ b/static/message-square-lines-alt.svg @@ -1,3 +1,3 @@ - - + + diff --git a/static/mistral_7.svg b/static/mistral_7.svg index a121b978..87bc8657 100644 --- a/static/mistral_7.svg +++ b/static/mistral_7.svg @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/static/palm2.svg b/static/palm2.svg index fe570d10..7efd7973 100644 --- a/static/palm2.svg +++ b/static/palm2.svg @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + +