Merge branch 'main' into docs/openai-api
@ -3,7 +3,7 @@ title: "Nov 23: Nvidia GenAI Day"
|
|||||||
description: Nvidia's LLM Day
|
description: Nvidia's LLM Day
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Nvidia GenAI Innovation Day
|
## Nvidia GenAI Innovation Day
|
||||||
|
|
||||||
@ -17,5 +17,5 @@ Jan will be at Nvidia's GenAI Innovation Day in Nov '23, focusing on Enterprise
|
|||||||
|
|
||||||
### Programme
|
### Programme
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Hardware Acceleration
|
|
||||||
---
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
title: Powerful AI Models
|
|
||||||
---
|
|
||||||
|
|
||||||
- Run AI on your own hardware
|
|
||||||
- Llama2, StableDiffusion
|
|
||||||
- Rapidly growing ecosystem of open source, locally run AI
|
|
||||||
- Connect to cloud-based AI
|
|
||||||
- ChatGPT
|
|
||||||
- Claude
|
|
||||||
- Bard
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
title: Privacy and Data Security
|
|
||||||
---
|
|
||||||
|
|
||||||
- Privacy
|
|
||||||
- Data Security
|
|
||||||
- Optional Policy Engine for 3rd-party AIs
|
|
||||||
- Offline-ready
|
|
||||||
- Airgapped locations
|
|
||||||
- Prevent a data leak
|
|
||||||
- Shadow IT
|
|
||||||
- Personal Information being sent to ChatGPT, corporate IP
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Extensions
|
|
||||||
---
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Features
|
|
||||||
---
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
title: Unlimited Use
|
|
||||||
---
|
|
||||||
|
|
||||||
- Cost doesn't scale with usage
|
|
||||||
- Difficult to estimate cost of a project
|
|
||||||
- ChatGPT costs $2 per GPT-4 call with 32k context (what document would this be equivalent to?)
|
|
||||||
- Reading in documents is expensive
|
|
||||||
- Getting ChatGPT to ingest a codebase
|
|
||||||
- On the other hand
|
|
||||||
- No surprises at the end of the month
|
|
||||||
- Use as much as you want
|
|
||||||
- Predictable costs
|
|
||||||
@ -1,42 +0,0 @@
|
|||||||
---
|
|
||||||
title: Troubleshooting
|
|
||||||
sidebar_position: 5
|
|
||||||
---
|
|
||||||
|
|
||||||
# Jan.ai Troubleshooting Guide
|
|
||||||
Please note that 👋Jan is in "development mode," and you might encounter issues. If you need to reset your installation, follow these steps:
|
|
||||||
|
|
||||||
## Issue 1: Broken Build
|
|
||||||
|
|
||||||
As Jan is development mode, you might get stuck on a broken build.
|
|
||||||
|
|
||||||
To reset your installation:
|
|
||||||
|
|
||||||
1. Delete Jan from your `/Applications` folder
|
|
||||||
|
|
||||||
1. Delete Application data:
|
|
||||||
```sh
|
|
||||||
# Newer versions
|
|
||||||
rm -rf /Users/$(whoami)/Library/Application\ Support/jan
|
|
||||||
|
|
||||||
# Versions 0.2.0 and older
|
|
||||||
rm -rf /Users/$(whoami)/Library/Application\ Support/jan-electron
|
|
||||||
```
|
|
||||||
|
|
||||||
1. Clear Application cache:
|
|
||||||
```sh
|
|
||||||
rm -rf /Users/$(whoami)/Library/Caches/jan*
|
|
||||||
```
|
|
||||||
|
|
||||||
1. Use the following commands to remove any dangling backend processes:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
ps aux | grep nitro
|
|
||||||
```
|
|
||||||
|
|
||||||
Look for processes like "nitro" and "nitro_arm_64," and kill them one by one with:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
kill -9 <PID>
|
|
||||||
```
|
|
||||||
|
|
||||||
3
docs/docs/guide/assistants.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Build an Assistant
|
||||||
|
---
|
||||||
3
docs/docs/guide/models.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Model Management
|
||||||
|
---
|
||||||
3
docs/docs/guide/modules.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Build a Module
|
||||||
|
---
|
||||||
3
docs/docs/guide/server.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: API Server
|
||||||
|
---
|
||||||
3
docs/docs/guide/themes.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Build a Theme
|
||||||
|
---
|
||||||
3
docs/docs/guide/tools.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Build a Tool
|
||||||
|
---
|
||||||
@ -12,7 +12,7 @@ To begin using 👋Jan.ai on your Windows computer, follow these steps:
|
|||||||
1. Visit [Jan.ai](https://jan.ai/).
|
1. Visit [Jan.ai](https://jan.ai/).
|
||||||
2. Click on the "Download for Windows" button to download the Jan Installer.
|
2. Click on the "Download for Windows" button to download the Jan Installer.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
@ -43,22 +43,22 @@ Now, let's get your first model:
|
|||||||
|
|
||||||
2. Welcome to the Jan homepage. Click on "Explore Models" to see the Model catalog.
|
2. Welcome to the Jan homepage. Click on "Explore Models" to see the Model catalog.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
3. You can also see different quantized versions by clicking on "Show Available Versions."
|
3. You can also see different quantized versions by clicking on "Show Available Versions."
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
> Note: Choose a model that matches your computer's memory and RAM.
|
> Note: Choose a model that matches your computer's memory and RAM.
|
||||||
|
|
||||||
4. Select your preferred model and click "Download."
|
4. Select your preferred model and click "Download."
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Step 3: Start the model
|
### Step 3: Start the model
|
||||||
Once your model is downloaded. Go to "My Models" and then click "Start Model."
|
Once your model is downloaded. Go to "My Models" and then click "Start Model."
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
### Step 4: Start the conversations
|
### Step 4: Start the conversations
|
||||||
@ -68,7 +68,7 @@ Click "Chat" and begin your first conversation by selecting "New conversation."
|
|||||||
|
|
||||||
You can also check the CPU and Memory usage of the computer.
|
You can also check the CPU and Memory usage of the computer.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
That's it! Enjoy using Large Language Models (LLMs) with 👋Jan.ai.
|
That's it! Enjoy using Large Language Models (LLMs) with 👋Jan.ai.
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ To begin using 👋Jan.ai on your Windows computer, follow these steps:
|
|||||||
1. Visit [Jan.ai](https://jan.ai/).
|
1. Visit [Jan.ai](https://jan.ai/).
|
||||||
2. Click on the "Download for Windows" button to download the Jan Installer.
|
2. Click on the "Download for Windows" button to download the Jan Installer.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Step 2: Download your first model
|
### Step 2: Download your first model
|
||||||
Now, let's get your first model:
|
Now, let's get your first model:
|
||||||
@ -19,22 +19,22 @@ Now, let's get your first model:
|
|||||||
|
|
||||||
2. Welcome to the Jan homepage. Click on "Explore Models" to see the Model catalog.
|
2. Welcome to the Jan homepage. Click on "Explore Models" to see the Model catalog.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
3. You can also see different quantized versions by clicking on "Show Available Versions."
|
3. You can also see different quantized versions by clicking on "Show Available Versions."
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
> Note: Choose a model that matches your computer's memory and RAM.
|
> Note: Choose a model that matches your computer's memory and RAM.
|
||||||
|
|
||||||
4. Select your preferred model and click "Download."
|
4. Select your preferred model and click "Download."
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Step 3: Start the model
|
### Step 3: Start the model
|
||||||
Once your model is downloaded. Go to "My Models" and then click "Start Model."
|
Once your model is downloaded. Go to "My Models" and then click "Start Model."
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Step 4: Start the conversations
|
### Step 4: Start the conversations
|
||||||
Now you're ready to start using 👋Jan.ai for conversations:
|
Now you're ready to start using 👋Jan.ai for conversations:
|
||||||
@ -43,10 +43,42 @@ Click "Chat" and begin your first conversation by selecting "New conversation."
|
|||||||
|
|
||||||
You can also check the CPU and Memory usage of the computer.
|
You can also check the CPU and Memory usage of the computer.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
That's it! Enjoy using Large Language Models (LLMs) with 👋Jan.ai.
|
That's it! Enjoy using Large Language Models (LLMs) with 👋Jan.ai.
|
||||||
|
|
||||||
## Uninstallation
|
## Uninstallation
|
||||||
|
|
||||||
## Troubleshooting
|
As Jan is development mode, you might get stuck on a broken build.
|
||||||
|
|
||||||
|
To reset your installation:
|
||||||
|
|
||||||
|
1. Delete Jan from your `/Applications` folder
|
||||||
|
|
||||||
|
2. Delete Application data:
|
||||||
|
```sh
|
||||||
|
# Newer versions
|
||||||
|
rm -rf /Users/$(whoami)/Library/Application\ Support/jan
|
||||||
|
|
||||||
|
# Versions 0.2.0 and older
|
||||||
|
rm -rf /Users/$(whoami)/Library/Application\ Support/jan-electron
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Clear Application cache:
|
||||||
|
```sh
|
||||||
|
rm -rf /Users/$(whoami)/Library/Caches/jan*
|
||||||
|
```
|
||||||
|
|
||||||
|
4. Use the following commands to remove any dangling backend processes:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
ps aux | grep nitro
|
||||||
|
```
|
||||||
|
|
||||||
|
Look for processes like "nitro" and "nitro_arm_64," and kill them one by one with:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
kill -9 <PID>
|
||||||
|
```
|
||||||
|
|
||||||
|
## FAQs
|
||||||
@ -10,7 +10,7 @@ To begin using 👋Jan.ai on your Windows computer, follow these steps:
|
|||||||
1. Visit [Jan.ai](https://jan.ai/).
|
1. Visit [Jan.ai](https://jan.ai/).
|
||||||
2. Click on the "Download for Windows" button to download the Jan Installer.
|
2. Click on the "Download for Windows" button to download the Jan Installer.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Step 2: Proceed the Windows Defender
|
## Step 2: Proceed the Windows Defender
|
||||||
|
|
||||||
@ -18,11 +18,11 @@ When you run the Jan Installer, Windows Defender may display a warning. Here's w
|
|||||||
|
|
||||||
1. Click "Run away" to accept and install 👋Jan.ai.
|
1. Click "Run away" to accept and install 👋Jan.ai.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
1. Wait for the 👋Jan.ai installation to complete.
|
1. Wait for the 👋Jan.ai installation to complete.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
@ -48,22 +48,22 @@ Now, let's get your first model:
|
|||||||
|
|
||||||
2. Welcome to the Jan homepage. Click on "Explore Models" to see the Model catalog.
|
2. Welcome to the Jan homepage. Click on "Explore Models" to see the Model catalog.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
1. You can also see different quantized versions by clicking on "Show Available Versions."
|
1. You can also see different quantized versions by clicking on "Show Available Versions."
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
> Note: Choose a model that matches your computer's memory and RAM.
|
> Note: Choose a model that matches your computer's memory and RAM.
|
||||||
|
|
||||||
1. Select your preferred model and click "Download."
|
1. Select your preferred model and click "Download."
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Step 4: Start the model
|
## Step 4: Start the model
|
||||||
Once your model is downloaded. Go to "My Models" and then click "Start Model."
|
Once your model is downloaded. Go to "My Models" and then click "Start Model."
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Step 5: Start the conversations
|
## Step 5: Start the conversations
|
||||||
Now you're ready to start using 👋Jan.ai for conversations:
|
Now you're ready to start using 👋Jan.ai for conversations:
|
||||||
@ -72,6 +72,6 @@ Click "Chat" and begin your first conversation by selecting "New conversation."
|
|||||||
|
|
||||||
You can also check the CPU and Memory usage of the computer.
|
You can also check the CPU and Memory usage of the computer.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
That's it! Enjoy using Large Language Models (LLMs) with 👋Jan.ai.
|
That's it! Enjoy using Large Language Models (LLMs) with 👋Jan.ai.
|
||||||
3
docs/docs/intro/how-jan-works.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: How Jan Works
|
||||||
|
---
|
||||||
@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Architecture and Concepts"
|
title: Architecture
|
||||||
---
|
---
|
||||||
|
|
||||||
## Concepts
|
## Concepts
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
graph LR
|
graph LR
|
||||||
A1[("A User Integrators")] -->|uses| B1[assistant]
|
A1[("A User Integrators")] -->|uses| B1[assistant]
|
||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "Chats"
|
title: Chats
|
||||||
---
|
---
|
||||||
|
|
||||||
:::warning
|
:::warning
|
||||||
3
docs/docs/specs/data-structures.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Data Structures
|
||||||
|
---
|
||||||
3
docs/docs/specs/jan.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Jan
|
||||||
|
---
|
||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "Messages"
|
title: Messages
|
||||||
---
|
---
|
||||||
|
|
||||||
:::warning
|
:::warning
|
||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "Models"
|
title: Models
|
||||||
---
|
---
|
||||||
|
|
||||||
:::warning
|
:::warning
|
||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "Threads"
|
title: Threads
|
||||||
---
|
---
|
||||||
|
|
||||||
:::warning
|
:::warning
|
||||||
@ -18,7 +18,7 @@ To Link:
|
|||||||
|
|
||||||
## Views
|
## Views
|
||||||
|
|
||||||

|

|
||||||
TODO: add a better image.
|
TODO: add a better image.
|
||||||
|
|
||||||
### Ribbon
|
### Ribbon
|
||||||
@ -58,15 +58,13 @@ const config = {
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
// Only for react live
|
|
||||||
themes: ["@docusaurus/theme-live-codeblock"],
|
themes: ["@docusaurus/theme-live-codeblock"],
|
||||||
|
|
||||||
// The classic preset will relay each option entry to the respective sub plugin/theme.
|
// The classic preset will relay each option entry to the respective sub plugin/theme.
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
"classic",
|
"@docusaurus/preset-classic",
|
||||||
/** @type {import('@docusaurus/preset-classic').Options} */
|
{
|
||||||
({
|
|
||||||
// Will be passed to @docusaurus/plugin-content-docs (false to disable)
|
// Will be passed to @docusaurus/plugin-content-docs (false to disable)
|
||||||
docs: {
|
docs: {
|
||||||
routeBasePath: "/",
|
routeBasePath: "/",
|
||||||
@ -97,7 +95,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
// Will be passed to @docusaurus/plugin-content-pages (false to disable)
|
// Will be passed to @docusaurus/plugin-content-pages (false to disable)
|
||||||
// pages: {},
|
// pages: {},
|
||||||
}),
|
},
|
||||||
],
|
],
|
||||||
// Redoc preset
|
// Redoc preset
|
||||||
[
|
[
|
||||||
@ -119,14 +117,18 @@ const config = {
|
|||||||
],
|
],
|
||||||
|
|
||||||
// Docs: https://docusaurus.io/docs/api/themes/configuration
|
// Docs: https://docusaurus.io/docs/api/themes/configuration
|
||||||
themeConfig:
|
themeConfig: {
|
||||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
|
||||||
({
|
|
||||||
image: "img/jan-social-card.png",
|
image: "img/jan-social-card.png",
|
||||||
// Only for react live
|
// Only for react live
|
||||||
liveCodeBlock: {
|
liveCodeBlock: {
|
||||||
playgroundPosition: "bottom",
|
playgroundPosition: "bottom",
|
||||||
},
|
},
|
||||||
|
docs: {
|
||||||
|
sidebar: {
|
||||||
|
hideable: true,
|
||||||
|
autoCollapseCategories: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: "Jan",
|
title: "Jan",
|
||||||
logo: {
|
logo: {
|
||||||
@ -171,7 +173,7 @@ const config = {
|
|||||||
disableSwitch: false,
|
disableSwitch: false,
|
||||||
respectPrefersColorScheme: false,
|
respectPrefersColorScheme: false,
|
||||||
},
|
},
|
||||||
}),
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
"@docusaurus/core": "^2.4.3",
|
"@docusaurus/core": "^2.4.3",
|
||||||
"@docusaurus/preset-classic": "^2.4.3",
|
"@docusaurus/preset-classic": "^2.4.3",
|
||||||
"@docusaurus/theme-live-codeblock": "^2.4.3",
|
"@docusaurus/theme-live-codeblock": "^2.4.3",
|
||||||
"@docusaurus/theme-mermaid": "^3.0.0",
|
"@docusaurus/theme-mermaid": "^2.4.3",
|
||||||
"@headlessui/react": "^1.7.17",
|
"@headlessui/react": "^1.7.17",
|
||||||
"@heroicons/react": "^2.0.18",
|
"@heroicons/react": "^2.0.18",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
|
|||||||
@ -13,64 +13,64 @@
|
|||||||
|
|
||||||
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
||||||
const sidebars = {
|
const sidebars = {
|
||||||
featuresSidebar: [
|
|
||||||
{
|
|
||||||
type: "category",
|
|
||||||
label: "Features",
|
|
||||||
collapsible: true,
|
|
||||||
collapsed: false,
|
|
||||||
link: { type: "doc", id: "features/features" },
|
|
||||||
items: [
|
|
||||||
"features/ai-models",
|
|
||||||
"features/control",
|
|
||||||
"features/acceleration",
|
|
||||||
"features/extensions",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
|
|
||||||
docsSidebar: [
|
docsSidebar: [
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Getting Started",
|
label: "Introduction",
|
||||||
collapsible: false,
|
link: { type: "doc", id: "intro/introduction" },
|
||||||
|
collapsible: true,
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: ["intro/quickstart", "intro/how-jan-works"],
|
||||||
"docs/introduction",
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Installation",
|
label: "Installation",
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: ["install/windows", "install/mac", "install/linux"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "autogenerated",
|
type: "category",
|
||||||
dirName: "getting-started/install",
|
label: "Using Jan",
|
||||||
|
collapsible: true,
|
||||||
|
collapsed: true,
|
||||||
|
items: ["guide/models", "guide/server"],
|
||||||
},
|
},
|
||||||
],
|
{
|
||||||
},
|
type: "category",
|
||||||
"docs/quickstart",
|
label: "Extending Jan",
|
||||||
|
collapsible: true,
|
||||||
|
collapsed: true,
|
||||||
|
items: [
|
||||||
|
"guide/assistants",
|
||||||
|
"guide/themes",
|
||||||
|
"guide/tools",
|
||||||
|
"guide/modules",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Building Jan",
|
label: "Building Jan",
|
||||||
collapsible: false,
|
collapsible: true,
|
||||||
collapsed: false,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
"docs/user-interface",
|
"specs/architecture",
|
||||||
|
"specs/data-structures",
|
||||||
|
"specs/user-interface",
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Specifications",
|
label: "Specifications",
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
collapsed: true,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
"docs/specs/chats",
|
"specs/chats",
|
||||||
"docs/specs/models",
|
"specs/models",
|
||||||
"docs/specs/threads",
|
"specs/threads",
|
||||||
"docs/specs/messages",
|
"specs/messages",
|
||||||
"docs/specs/assistants",
|
"specs/assistants",
|
||||||
"docs/specs/files",
|
"specs/files",
|
||||||
|
"specs/jan",
|
||||||
|
"specs/fine-tuning",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |