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 4526731 commit b7fa3f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Deploy to GitHub Pages
run: |
cd docs
cd documents
if [ -f "../mkdocs.yml" ]; then
cd ..
mkdocs gh-deploy --force
Expand Down
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 b7fa3f3

Please # to comment.