Skip to content

Commit

Permalink
Merge pull request #13 from axinc-ai/ja-manual-update
Browse files Browse the repository at this point in the history
1.2先行提供用マニュアル
  • Loading branch information
kyakuno authored Nov 6, 2024
2 parents 92dc3d0 + 87c2bde commit 2290ae2
Show file tree
Hide file tree
Showing 261 changed files with 35,189 additions and 0 deletions.
806 changes: 806 additions & 0 deletions ja-beta/AskAboutImage.html

Large diffs are not rendered by default.

816 changes: 816 additions & 0 deletions ja-beta/AskToAI.html

Large diffs are not rendered by default.

825 changes: 825 additions & 0 deletions ja-beta/AzureOpenAI.html

Large diffs are not rendered by default.

806 changes: 806 additions & 0 deletions ja-beta/Benchmark.html

Large diffs are not rendered by default.

817 changes: 817 additions & 0 deletions ja-beta/ConfigFile.html

Large diffs are not rendered by default.

826 changes: 826 additions & 0 deletions ja-beta/CustomLLM.html

Large diffs are not rendered by default.

816 changes: 816 additions & 0 deletions ja-beta/CustomLLM_FastChat.html

Large diffs are not rendered by default.

836 changes: 836 additions & 0 deletions ja-beta/CustomLLM_LMstudio.html

Large diffs are not rendered by default.

844 changes: 844 additions & 0 deletions ja-beta/CustomLLM_Ollama.html

Large diffs are not rendered by default.

905 changes: 905 additions & 0 deletions ja-beta/CustomLLM_Recomend.html

Large diffs are not rendered by default.

858 changes: 858 additions & 0 deletions ja-beta/DocumentFile.html

Large diffs are not rendered by default.

800 changes: 800 additions & 0 deletions ja-beta/Embedding.html

Large diffs are not rendered by default.

841 changes: 841 additions & 0 deletions ja-beta/FileView.html

Large diffs are not rendered by default.

816 changes: 816 additions & 0 deletions ja-beta/Gemini.html

Large diffs are not rendered by default.

845 changes: 845 additions & 0 deletions ja-beta/GenerateImage.html

Large diffs are not rendered by default.

811 changes: 811 additions & 0 deletions ja-beta/IndexRegister.html

Large diffs are not rendered by default.

810 changes: 810 additions & 0 deletions ja-beta/LocalLLM.html

Large diffs are not rendered by default.

811 changes: 811 additions & 0 deletions ja-beta/MainOperation.html

Large diffs are not rendered by default.

744 changes: 744 additions & 0 deletions ja-beta/News_01.html

Large diffs are not rendered by default.

1,138 changes: 1,138 additions & 0 deletions ja-beta/OpenAI_APIKey.html

Large diffs are not rendered by default.

1,182 changes: 1,182 additions & 0 deletions ja-beta/Pricing.html

Large diffs are not rendered by default.

817 changes: 817 additions & 0 deletions ja-beta/RAG.html

Large diffs are not rendered by default.

830 changes: 830 additions & 0 deletions ja-beta/Recording.html

Large diffs are not rendered by default.

813 changes: 813 additions & 0 deletions ja-beta/SearchImage.html

Large diffs are not rendered by default.

801 changes: 801 additions & 0 deletions ja-beta/Security.html

Large diffs are not rendered by default.

830 changes: 830 additions & 0 deletions ja-beta/SetUp.html

Large diffs are not rendered by default.

805 changes: 805 additions & 0 deletions ja-beta/SummarizeDocument.html

Large diffs are not rendered by default.

821 changes: 821 additions & 0 deletions ja-beta/Translation.html

Large diffs are not rendered by default.

803 changes: 803 additions & 0 deletions ja-beta/UseAI.html

Large diffs are not rendered by default.

803 changes: 803 additions & 0 deletions ja-beta/VoiceInput.html

Large diffs are not rendered by default.

157 changes: 157 additions & 0 deletions ja-beta/gitbook/@honkit/honkit-plugin-highlight/ebook.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
pre,
code {
/* From highlight.js@11.8.0/styles/tomorrow.css */
/*!
Theme: Tomorrow
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
*/
}
pre pre code.hljs,
code pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
pre code.hljs,
code code.hljs {
padding: 3px 5px;
}
pre .hljs,
code .hljs {
color: #4d4d4c;
background: #fff;
}
pre .hljs ::selection,
code .hljs ::selection,
pre .hljs::selection,
code .hljs::selection {
background-color: #d6d6d6;
color: #4d4d4c;
}
pre .hljs-comment,
code .hljs-comment {
color: #8e908c;
}
pre .hljs-tag,
code .hljs-tag {
color: #969896;
}
pre .hljs-operator,
code .hljs-operator,
pre .hljs-punctuation,
code .hljs-punctuation,
pre .hljs-subst,
code .hljs-subst {
color: #4d4d4c;
}
pre .hljs-operator,
code .hljs-operator {
opacity: 0.7;
}
pre .hljs-bullet,
code .hljs-bullet,
pre .hljs-deletion,
code .hljs-deletion,
pre .hljs-name,
code .hljs-name,
pre .hljs-selector-tag,
code .hljs-selector-tag,
pre .hljs-template-variable,
code .hljs-template-variable,
pre .hljs-variable,
code .hljs-variable {
color: #c82829;
}
pre .hljs-attr,
code .hljs-attr,
pre .hljs-link,
code .hljs-link,
pre .hljs-literal,
code .hljs-literal,
pre .hljs-number,
code .hljs-number,
pre .hljs-symbol,
code .hljs-symbol,
pre .hljs-variable.constant_,
code .hljs-variable.constant_ {
color: #f5871f;
}
pre .hljs-class .hljs-title,
code .hljs-class .hljs-title,
pre .hljs-title,
code .hljs-title,
pre .hljs-title.class_,
code .hljs-title.class_ {
color: #eab700;
}
pre .hljs-strong,
code .hljs-strong {
font-weight: 700;
color: #eab700;
}
pre .hljs-addition,
code .hljs-addition,
pre .hljs-code,
code .hljs-code,
pre .hljs-string,
code .hljs-string,
pre .hljs-title.class_.inherited__,
code .hljs-title.class_.inherited__ {
color: #718c00;
}
pre .hljs-built_in,
code .hljs-built_in,
pre .hljs-doctag,
code .hljs-doctag,
pre .hljs-keyword.hljs-atrule,
code .hljs-keyword.hljs-atrule,
pre .hljs-quote,
code .hljs-quote,
pre .hljs-regexp,
code .hljs-regexp {
color: #3e999f;
}
pre .hljs-attribute,
code .hljs-attribute,
pre .hljs-function .hljs-title,
code .hljs-function .hljs-title,
pre .hljs-section,
code .hljs-section,
pre .hljs-title.function_,
code .hljs-title.function_,
pre .ruby .hljs-property,
code .ruby .hljs-property {
color: #4271ae;
}
pre .diff .hljs-meta,
code .diff .hljs-meta,
pre .hljs-keyword,
code .hljs-keyword,
pre .hljs-template-tag,
code .hljs-template-tag,
pre .hljs-type,
code .hljs-type {
color: #8959a8;
}
pre .hljs-emphasis,
code .hljs-emphasis {
color: #8959a8;
font-style: italic;
}
pre .hljs-meta,
code .hljs-meta,
pre .hljs-meta .hljs-keyword,
code .hljs-meta .hljs-keyword,
pre .hljs-meta .hljs-string,
code .hljs-meta .hljs-string {
color: #a3685a;
}
pre .hljs-meta .hljs-keyword,
code .hljs-meta .hljs-keyword,
pre .hljs-meta-keyword,
code .hljs-meta-keyword {
font-weight: 700;
}
Loading

0 comments on commit 2290ae2

Please sign in to comment.