From d07323bb0758999f1728e97f734916caf19c86d8 Mon Sep 17 00:00:00 2001 From: raycastbot Date: Mon, 16 Dec 2024 14:46:42 +0000 Subject: [PATCH] deploy: dd5004be082eef309dd8d950faf034fe09fcbbba --- .config.json | 2 +- .gitbook/assets/icon-video-disabled-16@dark.svg | 4 ++++ .gitbook/assets/icon-video-disabled-16@light.svg | 4 ++++ api-reference/ai.md | 1 - api-reference/user-interface/icons-and-images.md | 14 +++++++------- changelog.md | 7 +++++++ llms-api.txt | 15 +++++++-------- llms-full.txt | 15 +++++++-------- 8 files changed, 37 insertions(+), 25 deletions(-) create mode 100644 .gitbook/assets/icon-video-disabled-16@dark.svg create mode 100644 .gitbook/assets/icon-video-disabled-16@light.svg diff --git a/.config.json b/.config.json index 901008082bf..f804856ae4c 100644 --- a/.config.json +++ b/.config.json @@ -1,3 +1,3 @@ { - "version": "1.87.5" + "version": "1.88.0" } diff --git a/.gitbook/assets/icon-video-disabled-16@dark.svg b/.gitbook/assets/icon-video-disabled-16@dark.svg new file mode 100644 index 00000000000..0fa01f3e21f --- /dev/null +++ b/.gitbook/assets/icon-video-disabled-16@dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.gitbook/assets/icon-video-disabled-16@light.svg b/.gitbook/assets/icon-video-disabled-16@light.svg new file mode 100644 index 00000000000..61727e7b568 --- /dev/null +++ b/.gitbook/assets/icon-video-disabled-16@light.svg @@ -0,0 +1,4 @@ + + + + diff --git a/api-reference/ai.md b/api-reference/ai.md index 51e2b5d8109..991a9b73830 100644 --- a/api-reference/ai.md +++ b/api-reference/ai.md @@ -168,7 +168,6 @@ The AI model to use to answer to the prompt. Defaults to `AI.Model["OpenAI_GPT3. | Perplexity_Llama3.1_Sonar_Large | Perplexity's advanced model. Can handle complex questions. It considers current web knowledge to provide well-reasoned, in-depth answers. | | Perplexity_Llama3.1_Sonar_Huge | Perplexity's most advanced model. Offers performance that is on par with state of the art models today. | | Llama3.3_70B | Llama 3.3 70B is an open-source model from Meta, state-of-the-art in areas like reasoning, math, and general knowledge. | -| Llama3.1_70B | Llama 3.1 70B is a versatile open-source model from Meta suitable for complex reasoning tasks, multilingual interactions, and extensive text analysis. Powered by Groq. | | Llama3.1_8B | Llama 3.1 8B is an open-source model from Meta, optimized for instruction following and high-speed performance. Powered by Groq. | | Llama3_70B | Llama 3 70B from Meta is a highly capable open-source LLM that can serve as a tool for various text-related tasks. Powered by Groq. | | Llama3.1_405B | Llama 3.1 405B is Meta's flagship open-source model, offering unparalleled capabilities in general knowledge, steerability, math, tool use, and multilingual translation. Powered by together.ai | diff --git a/api-reference/user-interface/icons-and-images.md b/api-reference/user-interface/icons-and-images.md index 1be2ab2b21a..ef7d7fe7e89 100644 --- a/api-reference/user-interface/icons-and-images.md +++ b/api-reference/user-interface/icons-and-images.md @@ -139,13 +139,13 @@ export default function Command() { |


Trash

|


Tray

|


Tree

| |


Trophy

|


TwoPeople

|


Umbrella

| |


Underline

|


Undo

|


Upload

| -|


Uppercase

|


Video

|


Wallet

| -|


Wand

|


Warning

|


Waveform

| -|


Weights

|


Wifi

|


WifiDisabled

| -|


Wind

|


Window

|


Windsock

| -|


WrenchScrewdriver

|


WristWatch

|


XMarkCircle

| -|


XMarkCircleFilled

|


XMarkCircleHalfDash

|


XMarkTopRightSquare

| -|


Xmark

| +|


Uppercase

|


Video

|


VideoDisabled

| +|


Wallet

|


Wand

|


Warning

| +|


Waveform

|


Weights

|


Wifi

| +|


WifiDisabled

|


Wind

|


Window

| +|


Windsock

|


WrenchScrewdriver

|


WristWatch

| +|


XMarkCircle

|


XMarkCircleFilled

|


XMarkCircleHalfDash

| +|


XMarkTopRightSquare

|


Xmark

| ### Image.Mask diff --git a/changelog.md b/changelog.md index f2ba7368feb..f6606ba9632 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 1.88.0 - 2024-12-16 + +### 🐞 Fixes + +- **Markdown**: Fixed a crash when trying to print invalid surrogate code points +- **Types**: Fixed an issue when generating the TypeScript definition for the preferences when one of their descriptions contained `*/` + ## 1.87.0 - 2024-12-04 ### ✨ New diff --git a/llms-api.txt b/llms-api.txt index 6308ac749f7..b24722017ec 100644 --- a/llms-api.txt +++ b/llms-api.txt @@ -168,7 +168,6 @@ The AI model to use to answer to the prompt. Defaults to `AI.Model["OpenAI_GPT3. | Perplexity_Llama3.1_Sonar_Large | Perplexity's advanced model. Can handle complex questions. It considers current web knowledge to provide well-reasoned, in-depth answers. | | Perplexity_Llama3.1_Sonar_Huge | Perplexity's most advanced model. Offers performance that is on par with state of the art models today. | | Llama3.3_70B | Llama 3.3 70B is an open-source model from Meta, state-of-the-art in areas like reasoning, math, and general knowledge. | -| Llama3.1_70B | Llama 3.1 70B is a versatile open-source model from Meta suitable for complex reasoning tasks, multilingual interactions, and extensive text analysis. Powered by Groq. | | Llama3.1_8B | Llama 3.1 8B is an open-source model from Meta, optimized for instruction following and high-speed performance. Powered by Groq. | | Llama3_70B | Llama 3 70B from Meta is a highly capable open-source LLM that can serve as a tool for various text-related tasks. Powered by Groq. | | Llama3.1_405B | Llama 3.1 405B is Meta's flagship open-source model, offering unparalleled capabilities in general knowledge, steerability, math, tool use, and multilingual translation. Powered by together.ai | @@ -6366,13 +6365,13 @@ export default function Command() { |


Trash

|


Tray

|


Tree

| |


Trophy

|


TwoPeople

|


Umbrella

| |


Underline

|


Undo

|


Upload

| -|


Uppercase

|


Video

|


Wallet

| -|


Wand

|


Warning

|


Waveform

| -|


Weights

|


Wifi

|


WifiDisabled

| -|


Wind

|


Window

|


Windsock

| -|


WrenchScrewdriver

|


WristWatch

|


XMarkCircle

| -|


XMarkCircleFilled

|


XMarkCircleHalfDash

|


XMarkTopRightSquare

| -|


Xmark

| +|


Uppercase

|


Video

|


VideoDisabled

| +|


Wallet

|


Wand

|


Warning

| +|


Waveform

|


Weights

|


Wifi

| +|


WifiDisabled

|


Wind

|


Window

| +|


Windsock

|


WrenchScrewdriver

|


WristWatch

| +|


XMarkCircle

|


XMarkCircleFilled

|


XMarkCircleHalfDash

| +|


XMarkTopRightSquare

|


Xmark

| ### Image.Mask diff --git a/llms-full.txt b/llms-full.txt index 4a60bde1844..a5b2c67b8de 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -203,7 +203,6 @@ The AI model to use to answer to the prompt. Defaults to `AI.Model["OpenAI_GPT3. | Perplexity_Llama3.1_Sonar_Large | Perplexity's advanced model. Can handle complex questions. It considers current web knowledge to provide well-reasoned, in-depth answers. | | Perplexity_Llama3.1_Sonar_Huge | Perplexity's most advanced model. Offers performance that is on par with state of the art models today. | | Llama3.3_70B | Llama 3.3 70B is an open-source model from Meta, state-of-the-art in areas like reasoning, math, and general knowledge. | -| Llama3.1_70B | Llama 3.1 70B is a versatile open-source model from Meta suitable for complex reasoning tasks, multilingual interactions, and extensive text analysis. Powered by Groq. | | Llama3.1_8B | Llama 3.1 8B is an open-source model from Meta, optimized for instruction following and high-speed performance. Powered by Groq. | | Llama3_70B | Llama 3 70B from Meta is a highly capable open-source LLM that can serve as a tool for various text-related tasks. Powered by Groq. | | Llama3.1_405B | Llama 3.1 405B is Meta's flagship open-source model, offering unparalleled capabilities in general knowledge, steerability, math, tool use, and multilingual translation. Powered by together.ai | @@ -6401,13 +6400,13 @@ export default function Command() { |


Trash

|


Tray

|


Tree

| |


Trophy

|


TwoPeople

|


Umbrella

| |


Underline

|


Undo

|


Upload

| -|


Uppercase

|


Video

|


Wallet

| -|


Wand

|


Warning

|


Waveform

| -|


Weights

|


Wifi

|


WifiDisabled

| -|


Wind

|


Window

|


Windsock

| -|


WrenchScrewdriver

|


WristWatch

|


XMarkCircle

| -|


XMarkCircleFilled

|


XMarkCircleHalfDash

|


XMarkTopRightSquare

| -|


Xmark

| +|


Uppercase

|


Video

|


VideoDisabled

| +|


Wallet

|


Wand

|


Warning

| +|


Waveform

|


Weights

|


Wifi

| +|


WifiDisabled

|


Wind

|


Window

| +|


Windsock

|


WrenchScrewdriver

|


WristWatch

| +|


XMarkCircle

|


XMarkCircleFilled

|


XMarkCircleHalfDash

| +|


XMarkTopRightSquare

|


Xmark

| ### Image.Mask