Skip to content

Commit

Permalink
doc deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
vyokky committed Jun 26, 2024
1 parent 5f16e5c commit 1ecc452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/document_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
pip install mkdocs mkdocs-material
- name: Deploy to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_DEPLOY_KEY }}
run: |
cd documents
mkdocs gh-deploy --config-file mkdocs.yml --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
mkdocs gh-deploy --config-file mkdocs.yml --force --remote-name origin --remote-url https://github.com/${{ github.repository }}.git
1 change: 0 additions & 1 deletion documents/docs/getting_started/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ API_DEPLOYMENT_ID: "YOUR_AOAI_DEPLOYMENT", # The deployment id for the AOAI API
```
You can also non-visial model (e.g., GPT-4) for each agent, by setting `VISUAL_MODE: False` and proper `API_MODEL` (openai) and `API_DEPLOYMENT_ID` (aoai). You can also optionally set an backup LLM engine in the field of `BACKUP_AGENT` if the above engines failed during the inference. The `API_MODEL` can be any GPT models that can accept images as input.


#### Non-Visual Model Configuration
You can utilize non-visual models (e.g., GPT-4) for each agent by configuring the following settings in the `config.yaml` file:

Expand Down

0 comments on commit 1ecc452

Please # to comment.