Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/hero-gpt-6-astra-death-star.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hero-gpt-6-astra-empire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/tutorial-ai-providers/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Official website https://docs.docker.com

- Pick the `Local Models` and select `Docker` as `Provider`.
- Use the models available directly.
- Paste the link of the server where the model is running. For localhost: `htttp://localhost:12434`.
- Paste the link of the server where the model is running. For localhost: `http://localhost:12434`.
- Click outside the options and ask to chat.

<p align="center"><img width="550" height="400" src="https://github.com/user-attachments/assets/77c4631c-5cec-4594-8d5b-6775866231d1"/></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-ai-providers/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Opensource project to run, create, and share large language models (LLMs).

- Pick the `Local LLMs` and select `Ollama` as `Provider`.
- Use the models available directly.
- Paste the link of the server where the model is running. For localhost: `htttp://localhost:11434`.
- Paste the link of the server where the model is running. For localhost: `http://localhost:11434`.
- Click outside the options and ask to chat.

<p align="center"><img width="537" height="771" alt="image" src="https://github.com/user-attachments/assets/6471e45a-b971-41cf-9033-fbf538c1e800" /></p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```markdown
---
sidebar_position: 1
---
# 编写单元测试
Expand Down Expand Up @@ -82,4 +82,3 @@ if __name__ == '__main__':
2. **空输入**:第三个测试确认 `calculate_total` 能正确处理空购物车。
3. **多个商品**:第四个测试验证购物车中多个商品的总成本计算。
4. **错误处理**:第五个测试检查当输入缺少必要键时 `calculate_item_cost` 的行为。
```
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```markdown
---
sidebar_position: 11
---

Expand Down Expand Up @@ -26,4 +26,3 @@ sidebar_position: 11
<img width="900" height="650" src="https://github.com/user-attachments/assets/81d76e57-3f0c-4564-99fd-8b82cae03cf6"/>
</p>
:::
```
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```markdown
---
sidebar_position: 8
---

Expand All @@ -22,4 +22,3 @@ sidebar_position: 8
<img width="850" height="600" src="https://github.com/user-attachments/assets/d466fc3a-174d-40b8-ba3b-3ab4c767546b"/>
</p>
:::
```
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```markdown
---
sidebar_position: 5
---

Expand Down Expand Up @@ -30,4 +30,3 @@ sidebar_position: 5
<img width="800" height="650" src="https://github.com/user-attachments/assets/8c189ca6-106c-4f21-b928-0a8f94d0cf26"/>
</p>
:::
```
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 49 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,55 @@
},
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
"react-dom": "$react-dom",
"@docusaurus/core": {
"shell-quote": "1.9.0"
},
"@docusaurus/plugin-content-blog": {
"shell-quote": "1.9.0"
},
"@docusaurus/plugin-content-docs": {
"shell-quote": "1.9.0"
},
"@docusaurus/plugin-content-pages": {
"shell-quote": "1.9.0"
},
"@docusaurus/plugin-debug": {
"shell-quote": "1.9.0"
},
"@docusaurus/plugin-google-analytics": {
"shell-quote": "1.9.0"
},
"@docusaurus/plugin-google-gtag": {
"shell-quote": "1.9.0"
},
"@docusaurus/plugin-google-tag-manager": {
"shell-quote": "1.9.0"
},
"@docusaurus/plugin-sitemap": {
"shell-quote": "1.9.0"
},
"@docusaurus/preset-classic": {
"shell-quote": "1.9.0"
},
"@docusaurus/theme-classic": {
"shell-quote": "1.9.0"
},
"@docusaurus/theme-common": {
"shell-quote": "1.9.0"
},
"launch-editor": {
"shell-quote": "1.9.0"
},
"react-dev-utils": {
"shell-quote": "1.9.0"
},
"shell-quote": {
"shell-quote": "1.9.0"
},
"webpack-dev-server": {
"shell-quote": "1.9.0"
}
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.2.0"
Expand Down