Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Aug 6, 2024
2 parents 986d352 + c6d069e commit b89bd49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@mdx-js/react": "^3.0.0",
"chaingpt-component": "^0.1.9",
"chaingpt-component": "^0.2.0-beta.3",
"clsx": "^2.0.0",
"docusaurus-theme-search-typesense": "^0.20.0-0",
"dotenv": "^16.4.5",
Expand Down
4 changes: 4 additions & 0 deletions src/theme/ChainGPT/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export default function ChainGPT(): JSX.Element {
<div className={styles.chainGPTContainer}>
<ChatBoxButton
apiUri="/api/chaingpt"
options={{
questionPrefix: '',
questionSuffix: '.Respond in a single paragraph.'
}}
/>
</div>
</>
Expand Down
Binary file modified static/img/banner.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b89bd49

Please sign in to comment.