Skip to content

Commit

Permalink
Merge : Solving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-ausseil committed Oct 26, 2024
2 parents f558372 + 88885f1 commit 080233b
Show file tree
Hide file tree
Showing 325 changed files with 3,699 additions and 160,215 deletions.
40 changes: 40 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Ignore everything by default, selectively add things to context
classic/run

# AutoGPT
!classic/original_autogpt/autogpt/
!classic/original_autogpt/pyproject.toml
!classic/original_autogpt/poetry.lock
!classic/original_autogpt/README.md
!classic/original_autogpt/tests/

# Benchmark
!classic/benchmark/agbenchmark/
!classic/benchmark/pyproject.toml
!classic/benchmark/poetry.lock
!classic/benchmark/README.md

# Forge
!classic/forge/
!classic/forge/pyproject.toml
!classic/forge/poetry.lock
!classic/forge/README.md

# Frontend
!classic/frontend/build/web/

# Platform
!autogpt_platform/

# Explicitly re-ignore some folders
.*
**/__pycache__

autogpt_platform/frontend/.next/
autogpt_platform/frontend/node_modules
autogpt_platform/frontend/.env.example
autogpt_platform/frontend/.env.local
autogpt_platform/backend/.env
autogpt_platform/backend/.venv/

autogpt_platform/market/.env
250 changes: 0 additions & 250 deletions .env.template

This file was deleted.

17 changes: 13 additions & 4 deletions .github/ISSUE_TEMPLATE/1.bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,16 @@ body:

- type: dropdown
attributes:
label: Do you use OpenAI GPT-3 or GPT-4?
label: What LLM Provider do you use?
description: >
If you are using AFAAS with `--gpt3only`, your problems may be caused by
the [limitations](https://github.com/ph-ausseil/AFAAS/issues?q=is%3Aissue+label%3A%22AI+model+limitation%22) of GPT-3.5.
options:
- GPT-3.5
- GPT-4
- GPT-4(32k)
- Azure
- Groq
- Anthropic
- Llamafile
- Other (detail in issue)
validations:
required: true

Expand Down Expand Up @@ -117,6 +119,13 @@ body:
label: Specify the area
description: Please specify the area you think is best related to the issue.

- type: input
attributes:
label: What commit or version are you using?
description: It is helpful for us to reproduce to know what version of the software you were using when this happened. Please run `git log -n 1 --pretty=format:"%H"` to output the full commit hash.
validations:
required: true

- type: textarea
attributes:
label: Describe your issue.
Expand Down
Loading

0 comments on commit 080233b

Please sign in to comment.